diff options
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/ChangeLog | 4 | ||||
-rw-r--r-- | isisd/isis_circuit.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 6142dfd7..8a00cccb 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,3 +1,7 @@ +2004-01-27 Hasso Tepper <hasso@estpak.ee> + * isis_circuit.c: Commented out "(no) ip address" commands so it doesn't + confuse vtysh. + 2003-12-31 Hasso Tepper <hasso@estpak.ee> * isis_dr.c: Fix some threads related bugs. diff --git a/isisd/isis_circuit.c b/isisd/isis_circuit.c index 53a341f7..c692e3f4 100644 --- a/isisd/isis_circuit.c +++ b/isisd/isis_circuit.c @@ -1546,6 +1546,7 @@ DEFUN (isis_hello, return CMD_SUCCESS; } +#if 0 DEFUN (ip_address, ip_address_cmd, "ip address A.B.C.D/A", @@ -1649,6 +1650,7 @@ DEFUN (no_ip_address, return CMD_SUCCESS; } +#endif DEFUN (no_isis_hello, no_isis_hello_cmd, |