Make "(no) ip address x.x.x.x/x" commands work again in vtysh.
diff --git a/isisd/ChangeLog b/isisd/ChangeLog
index 6142dfd..8a00ccc 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 53a341f..c692e3f 100644
--- a/isisd/isis_circuit.c
+++ b/isisd/isis_circuit.c
@@ -1546,6 +1546,7 @@
   return CMD_SUCCESS;
 }
 
+#if 0
 DEFUN (ip_address,
        ip_address_cmd,
        "ip address A.B.C.D/A",
@@ -1649,6 +1650,7 @@
   
   return CMD_SUCCESS;
 }
+#endif
 
 DEFUN (no_isis_hello,
        no_isis_hello_cmd,