[Quagga-bugs] [Bug 293] bad rip_info.metric_out field type
bugzilla-daemon at allevil.dishone.st
bugzilla-daemon at allevil.dishone.st
Sun Apr 1 18:11:03 IST 2007
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=293
paul at dishone.st changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CLOSED
Resolution| |FIXED
------- Additional Comments From pavel at artx.ru 2006-09-11 18:11 -------
The patch fix the problem, but I dont know, if any simular compare code in the
ripd...
I offer this patch:
--- ripd.h.old 2005-10-31 18:02:52.000000000 +0300
+++ ripd.h 2006-09-03 14:23:12.000000000 +0400
@@ -219,7 +219,7 @@
/* Route-map futures - this variables can be changed. */
struct in_addr nexthop_out;
u_char metric_set;
- u_int32_t metric_out;
+ int metric_out;
u_short tag_out;
unsigned int ifindex_out;
------- Additional Comments From paul at dishone.st 2007-04-01 17:10 -------
Fix was applied September last year.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Quagga-bugs
mailing list