bug-zebra
[Top][All Lists]
Advanced

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

typo fix to ospfd vty


From: Arnold, Gilad
Subject: typo fix to ospfd vty
Date: Thu, 17 Jan 2002 10:27:15 +0200

Hello list,

I originally posted that to address@hidden, it took me extra 2 days
to figure out I need to post to this list as well...

Regards,
G.


-----Original Message-----
From: Arnold, Gilad [mailto:address@hidden
Sent: Tuesday, January 15, 2002 6:05 PM
To: address@hidden
Subject: [zebra 11882] typo fix to ospfd vty


Hi,

Hope I'm right here... Anyway, ospfd config vty includes the command
"no router-id", which is an alias for "no ospf router-id". While the
latter syntax includes no further arguments, the former requires
an IP address formatted router ID. It seems that:

(1) This argument is redundant, since there's no use of it, and
    indeed there's no sense of requiring such.

(2) It's inconsistent with the long-form command.

(3) No evidence for it in Cisco IOS docs (no offense, anyone...)


Zebra version: CVS update from 2002-01-15 (today)

G.


---


*** ../../cvs/zebra/ospfd/ospfd.c       Sun Oct 28 10:37:21 2001
--- ospfd/ospfd.c       Tue Jan 15 17:09:59 2002
***************
*** 913,922 ****
  
  ALIAS (no_ospf_router_id,
         no_router_id_cmd,
!        "no router-id A.B.C.D",
         NO_STR
!        "router-id for the OSPF process\n"
!        "OSPF router-id in IP address format\n")
  
  DEFUN (passive_interface,
         passive_interface_addr_cmd,
--- 913,921 ----
  
  ALIAS (no_ospf_router_id,
         no_router_id_cmd,
!        "no router-id",
         NO_STR
!        "router-id for the OSPF process\n")
  
  DEFUN (passive_interface,
         passive_interface_addr_cmd,
*** ../../cvs/zebra/vtysh/vtysh_cmd.c   Sun Aug 19 11:52:20 2001
--- vtysh/vtysh_cmd.c   Tue Jan 15 17:25:12 2002
***************
*** 10979,10988 ****
         "Pointer to route-map entries\n")
  
  DEFSH (VTYSH_OSPFD, no_router_id_cmd_vtysh, 
!        "no router-id A.B.C.D", 
         "Negate a command or set its defaults\n" 
!        "router-id for the OSPF process\n"
!        "OSPF router-id in IP address format\n")
  
  DEFSH (VTYSH_OSPFD, area_vlink_param1_decimal_cmd_vtysh, 
         "area <0-4294967295> virtual-link A.B.C.D "
--- 10979,10987 ----
         "Pointer to route-map entries\n")
  
  DEFSH (VTYSH_OSPFD, no_router_id_cmd_vtysh, 
!        "no router-id", 
         "Negate a command or set its defaults\n" 
!        "router-id for the OSPF process\n")
  
  DEFSH (VTYSH_OSPFD, area_vlink_param1_decimal_cmd_vtysh, 
         "area <0-4294967295> virtual-link A.B.C.D "



reply via email to

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