From: hasso Date: Sat, 24 May 2003 07:59:25 +0000 (+0000) Subject: Ripd has "no interface ..." command as well. X-Git-Tag: frr-2.0-rc1~4046 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=034489dee713322f20304f022dd371f8d6821598;p=mirror%2Ffrr.git Ripd has "no interface ..." command as well. --- diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c index 9432717e9e..23c9cb0b8a 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -1861,6 +1861,7 @@ rip_if_init () /* Install commands. */ install_element (CONFIG_NODE, &interface_cmd); + install_element (CONFIG_NODE, &no_interface_cmd); install_default (INTERFACE_NODE); install_element (INTERFACE_NODE, &interface_desc_cmd); install_element (INTERFACE_NODE, &no_interface_desc_cmd);