English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/quagga/patches/quagga-rip-authmode-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3745 - (show annotations) (download)
Tue May 6 09:56:18 2008 UTC (5 years, 9 months ago) by dnehring
File size: 847 byte(s)
Fixed the problem that the settings cannot be seen on the interfaces. This bug is fixed in the 0.99.9 release.

1 diff -urN quagga-0.98.6.orig/ripd/rip_interface.c quagga-0.98.6/ripd/rip_interface.c
2 --- quagga-0.98.6.orig/ripd/rip_interface.c 2006-05-04 13:35:23.000000000 +0200
3 +++ quagga-0.98.6/ripd/rip_interface.c 2008-05-05 13:20:18.000000000 +0200
4 @@ -2042,8 +2042,8 @@
5 (ri->split_horizon == ri->split_horizon_default) &&
6 (ri->ri_send == RI_RIP_UNSPEC) &&
7 (ri->ri_receive == RI_RIP_UNSPEC) &&
8 - (ri->auth_type != RIP_AUTH_MD5) &&
9 - (ri->md5_auth_len != RIP_AUTH_MD5_SIZE) &&
10 + (ri->auth_type == RIP_AUTH_SIMPLE_PASSWORD) &&
11 + (ri->md5_auth_len == RIP_AUTH_MD5_COMPAT_SIZE) &&
12 (!ri->auth_str) &&
13 (!ri->key_chain) )
14 continue;

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20