]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Make "(no) ip address x.x.x.x/x" commands work again in vtysh.
authorhasso <hasso>
Tue, 27 Jan 2004 10:07:34 +0000 (10:07 +0000)
committerhasso <hasso>
Tue, 27 Jan 2004 10:07:34 +0000 (10:07 +0000)
isisd/ChangeLog
isisd/isis_circuit.c

index 6142dfd7f1552e8b5c691267378a735beb16bae0..8a00cccbe34fd16ce924170fc5a6ef5771191bf2 100644 (file)
@@ -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.
 
index 53a341f747a9beee97599523177368a3ef90d99a..c692e3f4cc0cddea3073f75b40781c5d823d1459 100644 (file)
@@ -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,