|
@@ -70,7 +70,7 @@ int pcap_setup(char *str, char **mac_out, void *data)
|
|
|
.filter = NULL });
|
|
|
|
|
|
remain = split_if_spec(str, &host_if, &init->filter,
|
|
|
- &options[0], &options[1], NULL);
|
|
|
+ &options[0], &options[1], mac_out, NULL);
|
|
|
if(remain != NULL){
|
|
|
printk(KERN_ERR "pcap_setup - Extra garbage on "
|
|
|
"specification : '%s'\n", remain);
|