diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-07 16:20:23 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-07 16:20:23 +0000 |
commit | ad6dc99c68b915d53bd2816a41461940c2376764 (patch) | |
tree | 221256362c56a6da1151f85670dfcf71ad72b216 | |
parent | d4024da9a41fdb6a17376ad6af01d0b97e3fc581 (diff) |
Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET.
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2_3.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2_3.in b/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2_3.in index 8fe297af34e..dd5903cf252 100644 --- a/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2_3.in +++ b/regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2_3.in @@ -21,7 +21,7 @@ neighbor 10.12.57.1 { static { route 10.13.1.0/24 next-hop self ; - route 10.13.2.0/24 next-hop self attribute [ 0x02 0x40 0x0103fbf75ba0fbf9 ] attribute [ 0x11 0xc0 0x01030000fbf7000000000000fbf9 ]; + route 10.13.2.0/24 next-hop self attribute [ 0x02 0x40 0x0203fbf75ba0fbf9 ] attribute [ 0x11 0xc0 0x02030000fbf7000000000000fbf9 ]; route 10.13.3.0/24 next-hop self as-path [ 64503 64505 ] aggregator 23456:127.0.0.1 attribute [ 0x12 0xc0 0x000000007f000001 ]; } } |