add fix for olsrd hna announcements where the host part is not 0
authorFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 00:22:32 +0000 (00:22 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 9 Oct 2006 00:22:32 +0000 (00:22 +0000)
SVN-Revision: 4976

net/olsrd/patches/150-hna_ip_fix.patch [new file with mode: 0644]

diff --git a/net/olsrd/patches/150-hna_ip_fix.patch b/net/olsrd/patches/150-hna_ip_fix.patch
new file mode 100644 (file)
index 0000000..2f359a2
--- /dev/null
@@ -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;