diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-28 05:48:08 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-28 05:48:08 +0000 |
commit | a2bb429783921bb4766556b5f55bad6aa75f3974 (patch) | |
tree | 0e8274bd7025cf1f626db11f310a6a4e7886184e /regress/usr.sbin/bgpd | |
parent | aa557d0aa1afbeae689ce7ec46149350e546f2f2 (diff) |
bgpct can now dump the BGP MPLS VPN entries as well. Adjust output file.
Diffstat (limited to 'regress/usr.sbin/bgpd')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/mrt-table-v2.ok | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/mrt-table-v2.ok b/regress/usr.sbin/bgpd/integrationtests/mrt-table-v2.ok index 9aa07a67dc2..b776fc5d8f2 100644 --- a/regress/usr.sbin/bgpd/integrationtests/mrt-table-v2.ok +++ b/regress/usr.sbin/bgpd/integrationtests/mrt-table-v2.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 (42.0.0.1) 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 (42.0.0.1) + 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 (42.0.0.1) + 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 (42.0.0.1) + 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 (42.0.0.1) + 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 (42.0.0.1) + 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 (42.0.0.1) + Origin IGP, metric 0, localpref 100, weight 0, ovs not-found, external + Ext. Communities: rt 4200000001:42 |