CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/10 05:15:53
Modified files:
usr.sbin/bgpd : rde_attr.c
Log message:
Another place where we should handle AS_SET better. aspath_lenmatch()
should count through AS_SET boundaries, in other words the path
1 2 3 { 4 3 5 } 3 3 7 has an as-seq count of 4, before it was just 2.
OK benno@
