]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not error out when adding an interface to a group to which it
authordes <des@FreeBSD.org>
Sat, 19 Oct 2013 09:59:11 +0000 (09:59 +0000)
committerdes <des@FreeBSD.org>
Sat, 19 Oct 2013 09:59:11 +0000 (09:59 +0000)
commite5db34a2652155343d47095d0f8eadf83c2ff758
tree922be1e559152c7c41543d0fa4cae1fc1aaed138
parente138182383deacb54e37c154e3a7631d0e021275
Do not error out when adding an interface to a group to which it
already belongs or removing it from a group to which it does not
belong.  This makes it possible to include group memberships in
ifconfig_foo0 in rc.conf without fear of breaking "service netif
restart foo0".

MFC after: 3 days
sbin/ifconfig/ifgroup.c