bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in zebra/interface.c vty command


From: Arnold, Gilad
Subject: typo in zebra/interface.c vty command
Date: Thu, 17 Jan 2002 10:28:26 +0200

Hi,

Once again, here's a re-post to the bug-list...

Regards,
G.


-----Original Message-----
From: Arnold, Gilad [mailto:address@hidden
Sent: Wednesday, January 16, 2002 6:01 PM
To: address@hidden
Subject: [zebra 11889] typo in zebra/interface.c vty command


Hello,

There seem to be an error in DEFUN of "no ip address A.B.C.D/M
secondary" command in zebra/interface.c (note that it is inside
an '#ifdef HAVE_NETLINK' block): the NO_STR string is misplaced,
what results in a compete messing up of the command in Zebra vty.

Zebra version: CVS update from 2002-01-16 (today).
Fix included.

Regards,
G.


---

*** ../../cvs/zebra/zebra/interface.c   Tue Oct 23 10:47:58 2001
--- zebra/interface.c   Wed Jan 16 17:07:47 2002
***************
*** 1070,1077 ****
  
  DEFUN (no_ip_address_secondary,
         no_ip_address_secondary_cmd,
-        NO_STR
         "no ip address A.B.C.D/M secondary",
         "Interface Internet Protocol config commands\n"
         "Set the IP address of an interface\n"
         "IP address (e.g. 10.0.0.1/8)\n"
--- 1070,1077 ----
  
  DEFUN (no_ip_address_secondary,
         no_ip_address_secondary_cmd,
         "no ip address A.B.C.D/M secondary",
+        NO_STR
         "Interface Internet Protocol config commands\n"
         "Set the IP address of an interface\n"
         "IP address (e.g. 10.0.0.1/8)\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]