From ad6dc99c68b915d53bd2816a41461940c2376764 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Wed, 7 Aug 2019 16:20:23 +0000 Subject: Actually make the hand coded ASPATH a AS_SEQUENCE and not an AS_SET. --- regress/usr.sbin/bgpd/integrationtests/exabgp.as0.test2_3.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; } } -- cgit v1.2.3