mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 11:18:52 +00:00
Make "(no) ip address x.x.x.x/x" commands work again in vtysh.
This commit is contained in:
parent
931cd54d52
commit
54301ce06d
@ -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>
|
2003-12-31 Hasso Tepper <hasso@estpak.ee>
|
||||||
* isis_dr.c: Fix some threads related bugs.
|
* isis_dr.c: Fix some threads related bugs.
|
||||||
|
|
||||||
|
@ -1546,6 +1546,7 @@ DEFUN (isis_hello,
|
|||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
DEFUN (ip_address,
|
DEFUN (ip_address,
|
||||||
ip_address_cmd,
|
ip_address_cmd,
|
||||||
"ip address A.B.C.D/A",
|
"ip address A.B.C.D/A",
|
||||||
@ -1649,6 +1650,7 @@ DEFUN (no_ip_address,
|
|||||||
|
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
DEFUN (no_isis_hello,
|
DEFUN (no_isis_hello,
|
||||||
no_isis_hello_cmd,
|
no_isis_hello_cmd,
|
||||||
|
Loading…
Reference in New Issue
Block a user