CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/23 10:13:11
Modified files:
usr.sbin/bgpd : bgpd.h parse.y pfkey.c printconf.c session.c
util.c
Log message:
Store local-address by address family. This allows to configure both
an IPv4 and IPv6 local-address on a group and the neighbors bind to the
right local-address. Also implement 'no local-address' to reset a previously
set local address back to zero. This should help with IBGP and multihop
session config and hopefully reduce repetition in bgpd configs.
OK sthen@ benno@