Another place where we should handle AS_SET better. aspath_lenmatch()
authorclaudio <claudio@openbsd.org>
Fri, 10 Aug 2018 11:15:53 +0000 (11:15 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 10 Aug 2018 11:15:53 +0000 (11:15 +0000)
commitbce5f8ad33896e8b837ef7813c371182342390bc
tree4e99bda507cb3cda7c0c0ae34eacb7242e95118f
parentff470c9366e6549ab6c1edb978ab78b937b43e62
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@
usr.sbin/bgpd/rde_attr.c