From 7afcb164ad799d5e66362a230adf454ca6ad169a Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 9 Oct 2006 00:22:32 +0000 Subject: [PATCH] add fix for olsrd hna announcements where the host part is not 0 git-svn-id: svn://svn.openwrt.org/openwrt/packages@4976 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/olsrd/patches/150-hna_ip_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/olsrd/patches/150-hna_ip_fix.patch diff --git a/net/olsrd/patches/150-hna_ip_fix.patch b/net/olsrd/patches/150-hna_ip_fix.patch new file mode 100644 index 000000000..2f359a22a --- /dev/null +++ b/net/olsrd/patches/150-hna_ip_fix.patch @@ -0,0 +1,11 @@ +diff -ur olsrd.old/src/cfgparser/oparse.c olsrd.dev/src/cfgparser/oparse.c +--- olsrd.old/src/cfgparser/oparse.c 2006-01-01 17:15:57.000000000 +0100 ++++ olsrd.dev/src/cfgparser/oparse.c 2006-10-09 01:06:27.000000000 +0200 +@@ -1921,6 +1921,7 @@ + return -1; + } + h->netmask.v4 = in.s_addr; ++ h->net.v4 &= h->netmask.v4; + /* Queue */ + h->next = cnf->hna4_entries; + cnf->hna4_entries = h; -- 2.11.0