Signed-off-by: Igor Ryzhov <[email protected]> --- zebra/zebra_vty.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 21b92ea..f801a2f 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -3875,6 +3875,7 @@ zebra_vty_init (void) install_element (CONFIG_NODE, &no_ip_route_distance_cmd); install_element (CONFIG_NODE, &no_ip_route_flags_distance_cmd); install_element (CONFIG_NODE, &no_ip_route_flags_distance2_cmd); + install_element (CONFIG_NODE, &no_ip_route_mask_distance_cmd); install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance_cmd); install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance2_cmd); @@ -3928,6 +3929,7 @@ zebra_vty_init (void) install_element (CONFIG_NODE, &no_ip_route_distance_vrf_cmd); install_element (CONFIG_NODE, &no_ip_route_flags_distance_vrf_cmd); install_element (CONFIG_NODE, &no_ip_route_flags_distance2_vrf_cmd); + install_element (CONFIG_NODE, &no_ip_route_mask_distance_vrf_cmd); install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance_vrf_cmd); install_element (CONFIG_NODE, &no_ip_route_mask_flags_distance2_vrf_cmd); -- 2.6.4 _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
