diff options
Diffstat (limited to 'ryu/services/protocols/bgp/operator/commands/show/rib.py')
-rw-r--r-- | ryu/services/protocols/bgp/operator/commands/show/rib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/services/protocols/bgp/operator/commands/show/rib.py b/ryu/services/protocols/bgp/operator/commands/show/rib.py index 27d5b73c..05380455 100644 --- a/ryu/services/protocols/bgp/operator/commands/show/rib.py +++ b/ryu/services/protocols/bgp/operator/commands/show/rib.py @@ -13,7 +13,7 @@ from ryu.services.protocols.bgp.operator.commands.responses import \ class RibBase(Command, RouteFormatterMixin): - supported_families = ['ipv4', 'ipv6', 'vpnv4', 'rtfilter', 'vpnv6'] + supported_families = ['ipv4', 'ipv6', 'vpnv4', 'rtfilter', 'vpnv6', 'evpn'] class Rib(RibBase): |