These changes are needed to integrate the Netgraph backend. See discussion: https://reviews.freebsd.org/D24620
I also think passing all the arguments to the backend can be useful in the future.
Differential D24735
[bhyve] Pass a complete string of parameters to network backends afedorov on May 6 2020, 3:00 PM. Authored by Tags None Referenced Files
Details
These changes are needed to integrate the Netgraph backend. See discussion: https://reviews.freebsd.org/D24620 I also think passing all the arguments to the backend can be useful in the future. Test various combinations with mac and mtu options:
And without options:
Diff Detail
Event TimelineComment Actions
@vmaffione , if you have no objection, can I commit these changes? Comment Actions Have you tested the case with no arguments, e.g.: -s X:Y,virtio-net,tap1 ? |