diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-06 07:27:11 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-06 07:27:11 +0000 |
commit | e1f1f721d0355f284890f73d03594c4c5290f5aa (patch) | |
tree | 335d7b5d138cfcae6a774d6e26a96246044b6586 | |
parent | 8196b1c96833423ea3c0d8c1905a8f7c67ff01b3 (diff) |
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 |