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
-/* $OpenBSD: if.c,v 1.557 2018/07/10 09:30:13 henning Exp $ */
+/* $OpenBSD: if.c,v 1.558 2018/07/11 09:08:21 henning Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
TAILQ_INSERT_TAIL(&ifp->if_groups, ifgl, ifgl_next);
#if NPF > 0
- pfi_group_change(groupname);
+ pfi_group_addmember(groupname, ifp);
#endif
return (0);