Mailing List Archive

[Bug 194] fix extract.pl for ALIAS()
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=194


hasso@quagga.net changed:

What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|maintainers@quagga.net |hasso@quagga.net






------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
[Bug 194] fix extract.pl for ALIAS() [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=194





------- Additional Comments From hasso@quagga.net 2005-05-31 09:56 -------
Ah well, I see. Fix is much simpler IMHO, can you confirm that it fixes issues
for you as well?:

Index: ospf6d/ospf6d.c
===================================================================
RCS file: /var/cvsroot/quagga/ospf6d/ospf6d.c,v
retrieving revision 1.18
diff -u -3 -p -r1.18 ospf6d.c
--- ospf6d/ospf6d.c 7 Apr 2005 07:30:20 -0000 1.18
+++ ospf6d/ospf6d.c 31 May 2005 08:55:13 -0000
@@ -1805,7 +1805,7 @@ ospf6_init ()
install_element (ENABLE_NODE, &show_ipv6_ospf6_linkstate_detail_cmd);

#define INSTALL(n,c) \
- install_element (n ## _NODE, &show_ipv6_ospf6_ ## c);
+ install_element (n ## _NODE, &show_ipv6_ospf6_ ## c)

INSTALL (VIEW, database_cmd);
INSTALL (VIEW, database_detail_cmd);




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
[Bug 194] fix extract.pl for ALIAS() [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=194


hasso@quagga.net changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |FIXED




------- Additional Comments From hasso@quagga.net 2005-05-31 11:25 -------
My trivial patch commited. Will backport later to the 0.98 branch (it will be
in 0.98.4). Please reopen bug if you still have issues.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.