mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
Unbreak vtysh - don't add comments inside of DEFUN, it breaks extract.pl.
This commit is contained in:
parent
4cf0d0df23
commit
accb156b9b
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-25 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
|
* irdp_interface.c: Remove comment from DEFUN, it breaks vtysh because
|
||||||
|
it confuses extract.pl.
|
||||||
|
|
||||||
2004-10-28 Hasso Tepper <hasso at quagga.net>
|
2004-10-28 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
* interface.c: Remove dead "ip tunnel" command.
|
* interface.c: Remove dead "ip tunnel" command.
|
||||||
|
@ -548,16 +548,13 @@ DEFUN (ip_irdp_maxadvertinterval,
|
|||||||
return CMD_WARNING;
|
return CMD_WARNING;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFUN (ip_irdp_preference,
|
/* DEFUN needs to be fixed for negative ranages...
|
||||||
ip_irdp_preference_cmd,
|
* "ip irdp preference <-2147483648-2147483647>",
|
||||||
|
* Be positive for now. :-)
|
||||||
/* DEFUN needs to be fixed for negative ranages...
|
|
||||||
Be positive for now. :-)
|
|
||||||
|
|
||||||
"ip irdp preference <-2147483648-2147483647>",
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
DEFUN (ip_irdp_preference,
|
||||||
|
ip_irdp_preference_cmd,
|
||||||
"ip irdp preference <0-2147483647>",
|
"ip irdp preference <0-2147483647>",
|
||||||
IP_STR
|
IP_STR
|
||||||
"ICMP Router discovery on this interface\n"
|
"ICMP Router discovery on this interface\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user