diff options
author | 2019-08-06 07:27:10 +0000 | |
---|---|---|
committer | 2019-08-06 07:27:10 +0000 | |
commit | 842faf733a9f5cf713b3097fd19569a5ccb6038c (patch) | |
tree | baf83aad2e3efdb1bee0fd59f1b3147cf784edfc | |
parent | use ifiq_input so we can call if_rxr_livelocked to apply backpressure (diff) | |
download | wireguard-openbsd-842faf733a9f5cf713b3097fd19569a5ccb6038c.tar.xz wireguard-openbsd-842faf733a9f5cf713b3097fd19569a5ccb6038c.zip |
Update output file for mrt table-mp dumps since those can now dump
the MPLS VPN as well.
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/mrt-table-mp.ok | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/mrt-table-mp.ok b/regress/usr.sbin/bgpd/integrationtests/mrt-table-mp.ok index 52ea61960af..b4c9a7e962e 100644 --- a/regress/usr.sbin/bgpd/integrationtests/mrt-table-mp.ok +++ b/regress/usr.sbin/bgpd/integrationtests/mrt-table-mp.ok @@ -30,3 +30,39 @@ BGP routing table entry for 2001:db8:2::/48 BGP routing table entry for 2001:db8:3::/48 Nexthop :: (via ::) Neighbor :: (0.0.0.0) Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external + +BGP routing table entry for rd 4200000001:1 192.0.2.0/24 + 4200000001 4200000001 4200000001 4200000001 4200000001 + Nexthop rd 0:0 0.0.0.0 (via rd 0:0 0.0.0.0) Neighbor 0.0.0.0 (0.0.0.0) + Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, external + Ext. Communities: rt 4200000001:42 + +BGP routing table entry for rd 4200000001:1 198.51.100.0/24 + Nexthop rd 0:0 0.0.0.0 (via rd 0:0 0.0.0.0) Neighbor 0.0.0.0 (0.0.0.0) + Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external + Communities: 42:1 GRACEFUL_SHUTDOWN + Ext. Communities: ovs invalid rt 127.0.0.1:15 rt 4200000001:42 + Large Communities: 4200000001:2:42 4200000001:42:1 + +BGP routing table entry for rd 4200000001:1 203.0.113.0/24 + Nexthop rd 0:0 0.0.0.0 (via rd 0:0 0.0.0.0) Neighbor 0.0.0.0 (0.0.0.0) + Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external + Ext. Communities: rt 4200000001:42 + +BGP routing table entry for rd 4200000001:1 2001:db8:1::/48 + 4200000001 4200000001 4200000001 4200000001 4200000001 + Nexthop rd 0:0 :: (via rd 0:0 ::) Neighbor :: (0.0.0.0) + Origin EGP, metric 42, localpref 15, weight 0, ovs not-found, external + Ext. Communities: rt 4200000001:42 + +BGP routing table entry for rd 4200000001:1 2001:db8:2::/48 + Nexthop rd 0:0 :: (via rd 0:0 ::) Neighbor :: (0.0.0.0) + Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external + Communities: 42:1 GRACEFUL_SHUTDOWN + Ext. Communities: ovs invalid rt 127.0.0.1:15 rt 4200000001:42 + Large Communities: 4200000001:2:42 4200000001:42:1 + +BGP routing table entry for rd 4200000001:1 2001:db8:3::/48 + Nexthop rd 0:0 :: (via rd 0:0 ::) Neighbor :: (0.0.0.0) + Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external + Ext. Communities: rt 4200000001:42 |