diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-19 18:28:00 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-19 18:33:49 +0200 |
commit | a4e1a9235ff5e4aef29cc013239c6d842af5c1ae (patch) | |
tree | 904bb3ee8c1067ce774c5dcad26986f64f1153f6 /op-mode-definitions/include/bgp/show-bgp-common.xml.i | |
parent | 40f5359d2d34e322272b79f3905d26954311daa6 (diff) | |
download | vyos-1x-a4e1a9235ff5e4aef29cc013239c6d842af5c1ae.tar.gz vyos-1x-a4e1a9235ff5e4aef29cc013239c6d842af5c1ae.zip |
op-mode: bgp: T3759: add "show bgp ipv4|ipv6 vpn" commands
Diffstat (limited to 'op-mode-definitions/include/bgp/show-bgp-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp/show-bgp-common.xml.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp/show-bgp-common.xml.i b/op-mode-definitions/include/bgp/show-bgp-common.xml.i index b86b09056..0664b11fc 100644 --- a/op-mode-definitions/include/bgp/show-bgp-common.xml.i +++ b/op-mode-definitions/include/bgp/show-bgp-common.xml.i @@ -20,6 +20,7 @@ <children> #include <include/bgp/afi-common.xml.i> #include <include/bgp/afi-ipv4-ipv6-common.xml.i> + #include <include/bgp/afi-ipv4-ipv6-vpn.xml.i> </children> </node> <tagNode name="ipv6"> @@ -41,6 +42,7 @@ <children> #include <include/bgp/afi-common.xml.i> #include <include/bgp/afi-ipv4-ipv6-common.xml.i> + #include <include/bgp/afi-ipv4-ipv6-vpn.xml.i> </children> </node> <node name="l2vpn"> |