]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Handle SIOCSIFCAP by propogating the request to the parent interface. This
authorXin LI <delphij@FreeBSD.org>
Fri, 20 Feb 2015 18:39:12 +0000 (18:39 +0000)
committerXin LI <delphij@FreeBSD.org>
Fri, 20 Feb 2015 18:39:12 +0000 (18:39 +0000)
commit08e5736618f30a8de160de01eb73573edce85c8a
tree4ae7388a56904a663fd9a15a287b4a6ebcb08666
parenta0d66e9e92ac486826729a69a0cd16f7e396d92f
Handle SIOCSIFCAP by propogating the request to the parent interface.  This
allows adding an vlan interface into a bridge.

Thanks for William Katsak <wkatsak cs rutgers edu> for testing and fixing
an issue in my previous patch draft.

MFC after: 2 weeks
sys/net/if_vlan.c