bhyve: Fix processing of netgraph backend options.
After r360820, additional parameters are passed through the argument 'opts', and the name of the backend through the argument 'devname'. So, there is no need to skip the backend name from the 'opts' argument.
This commit is contained in:
parent
02ec64dffc
commit
8ffb1c8ce1
@ -438,8 +438,6 @@ ng_init(struct net_backend *be, const char *devname,
|
||||
path_provided = 0;
|
||||
peerhook_provided = 0;
|
||||
|
||||
(void)strsep(&ngopts, ",");
|
||||
|
||||
while (ngopts != NULL) {
|
||||
char *value = ngopts;
|
||||
char *key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user