in if_addgroup(), call the new pfi_group_addmember() instead of
authorhenning <henning@openbsd.org>
Wed, 11 Jul 2018 09:08:21 +0000 (09:08 +0000)
committerhenning <henning@openbsd.org>
Wed, 11 Jul 2018 09:08:21 +0000 (09:08 +0000)
commiteb2c0aa16bebf03c18a4fd2ac638038e885b0590
tree20a8e6adc1e86106b80632dbe93b4dd009f8021f
parente534e17823dfe6b522b2271f74a546ec1251dcce
in if_addgroup(), call the new pfi_group_addmember() instead of
pf_group_change() - the latter is called by _addmemeber now to update dynaddr.
before this, "set skip on lo", ifconfig lo1 create -> no skip on lo1 until
pf rueset got reloaded. Now lo1 gets the skip flag as intended. This has
caused much confusion with i. e. gif interfaces in the past.
ok benno, very excited ok phessler
sys/net/if.c