summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2019-08-07 16:20:22 +0000
committerclaudio <claudio@openbsd.org>2019-08-07 16:20:22 +0000
commitfa3c45fb4d93d8d1905ac4c38963aa09b6e3abcb (patch)
treefe8e87ccf46ef4c09841e1456a1c25e26c6faf45
parentavoid large MAXPATHLEN object on the stack in coredump(), by allocating (diff)
downloadwireguard-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.in2
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 ];
}
}