CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/16 06:14:54
Modified files:
usr.sbin/bgpd : rde_attr.c
Log message:
aspath_neighbor() needs to return the local system AS for empty AS paths
but also for AS paths starting with an AS_SET segment. RFC4271 wants this
and it also makes sense for all the cases where aspath_neighbor() is used
in bgpd.
OK denis@ job@
