]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Fix processing of netgraph backend options.
authorafedorov <afedorov@FreeBSD.org>
Fri, 15 May 2020 11:03:27 +0000 (11:03 +0000)
committerafedorov <afedorov@FreeBSD.org>
Fri, 15 May 2020 11:03:27 +0000 (11:03 +0000)
commited71fa2833c693fc580ffb01dbefda5be6781653
tree15e3a602d41f5ddbdbba154107148a6c9032850b
parent3d760a08b3586a95e409e7f41c93310a597ba25a
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.
usr.sbin/bhyve/net_backends.c