]> git.pld-linux.org Git - packages/arpd.git/blame - arpd-more_tables.patch
- now 4096 entries is possible.
[packages/arpd.git] / arpd-more_tables.patch
CommitLineData
b900e8be
PG
1--- ./arpd.c.orig Wed Jun 6 17:04:57 2001
2+++ ./arpd.c Wed Jun 6 17:05:58 2001
3@@ -30,7 +30,7 @@
4
5 /* these shouldn't change for ipv4 */
6 #define ARPD_TRIEWIDTH 256
7-#define ARPD_TRIEDEPTH 4
7f8abf2f 8+#define ARPD_TRIEDEPTH 16
b900e8be
PG
9
10 union arpd_triedef
11 {
This page took 0.07012 seconds and 4 git commands to generate.