source:
freewrt/package/quagga/patches/quagga-rip-authmode-fix.patch@
a702415
| Last change on this file since a702415 was a702415, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 847 bytes | |
-
ripd/rip_interface.c
diff -urN quagga-0.98.6.orig/ripd/rip_interface.c quagga-0.98.6/ripd/rip_interface.c
old new 2042 2042 (ri->split_horizon == ri->split_horizon_default) && 2043 2043 (ri->ri_send == RI_RIP_UNSPEC) && 2044 2044 (ri->ri_receive == RI_RIP_UNSPEC) && 2045 (ri->auth_type != RIP_AUTH_MD5)&&2046 (ri->md5_auth_len != RIP_AUTH_MD5_SIZE)&&2045 (ri->auth_type == RIP_AUTH_SIMPLE_PASSWORD) && 2046 (ri->md5_auth_len == RIP_AUTH_MD5_COMPAT_SIZE) && 2047 2047 (!ri->auth_str) && 2048 2048 (!ri->key_chain) ) 2049 2049 continue;
Note:
See TracBrowser
for help on using the repository browser.
