Signed-off-by: Satoshi Fujimoto <[email protected]>
---
 ryu/services/protocols/bgp/operator/commands/show/rib.py | 2 ++
 ryu/services/protocols/bgp/operator/internal_api.py      | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/ryu/services/protocols/bgp/operator/commands/show/rib.py 
b/ryu/services/protocols/bgp/operator/commands/show/rib.py
index 33cb2a1..0e68c83 100644
--- a/ryu/services/protocols/bgp/operator/commands/show/rib.py
+++ b/ryu/services/protocols/bgp/operator/commands/show/rib.py
@@ -19,7 +19,9 @@ class RibBase(Command, RouteFormatterMixin):
         'rtfilter',
         'evpn',
         'ipv4fs',
+        'ipv6fs',
         'vpnv4fs',
+        'vpnv6fs',
     ]
 
 
diff --git a/ryu/services/protocols/bgp/operator/internal_api.py 
b/ryu/services/protocols/bgp/operator/internal_api.py
index 51352fb..21ef33a 100644
--- a/ryu/services/protocols/bgp/operator/internal_api.py
+++ b/ryu/services/protocols/bgp/operator/internal_api.py
@@ -8,7 +8,9 @@ from ryu.lib.packet.bgp import RF_IPv4_VPN
 from ryu.lib.packet.bgp import RF_IPv6_VPN
 from ryu.lib.packet.bgp import RF_L2_EVPN
 from ryu.lib.packet.bgp import RF_IPv4_FLOWSPEC
+from ryu.lib.packet.bgp import RF_IPv6_FLOWSPEC
 from ryu.lib.packet.bgp import RF_VPNv4_FLOWSPEC
+from ryu.lib.packet.bgp import RF_VPNv6_FLOWSPEC
 from ryu.lib.packet.bgp import RF_RTC_UC
 from ryu.lib.packet.bgp import BGP_ATTR_TYPE_ORIGIN
 from ryu.lib.packet.bgp import BGP_ATTR_TYPE_AS_PATH
@@ -87,7 +89,9 @@ class InternalApi(object):
             'vpnv6': RF_IPv6_VPN,
             'evpn': RF_L2_EVPN,
             'ipv4fs': RF_IPv4_FLOWSPEC,
+            'ipv6fs': RF_IPv6_FLOWSPEC,
             'vpnv4fs': RF_VPNv4_FLOWSPEC,
+            'vpnv6fs': RF_VPNv6_FLOWSPEC,
             'rtfilter': RF_RTC_UC
         }
         if addr_family not in rfs:
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to