diff options
author | 2019-08-07 16:20:22 +0000 | |
---|---|---|
committer | 2019-08-07 16:20:22 +0000 | |
commit | fa3c45fb4d93d8d1905ac4c38963aa09b6e3abcb (patch) | |
tree | fe8e87ccf46ef4c09841e1456a1c25e26c6faf45 | |
parent | avoid large MAXPATHLEN object on the stack in coredump(), by allocating (diff) | |
download | wireguard-openbsd-fa3c45fb4d93d8d1905ac4c38963aa09b6e3abcb.tar.xz wireguard-openbsd-fa3c45fb4d93d8d1905ac4c38963aa09b6e3abcb.zip |
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 ]; } } |