summaryrefslogtreecommitdiffstats
path: root/ffd/ffd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-08 00:01:10 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-08 00:01:10 +0200
commita934dcc3ce78b22a0ff4db5d353a3d8dcc2b5f1d (patch)
treecba93f8f90b56a47d5537238198ea68476bbfe3e /ffd/ffd.h
parent5d538bb78e1820a807a8670cd3075757f2e115f0 (diff)
downloadffd-a934dcc3ce78b22a0ff4db5d353a3d8dcc2b5f1d.tar
ffd-a934dcc3ce78b22a0ff4db5d353a3d8dcc2b5f1d.zip
Purge old neigh and announce entries
Diffstat (limited to 'ffd/ffd.h')
-rw-r--r--ffd/ffd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffd/ffd.h b/ffd/ffd.h
index fa2c378..9bd0d2c 100644
--- a/ffd/ffd.h
+++ b/ffd/ffd.h
@@ -91,6 +91,8 @@ typedef struct _ffd_announce_t {
typedef struct _ffd_neigh_t {
struct _ffd_neigh_t *next;
+ unsigned nexthop_refs;
+
/* for actual routing, we'd also have to link back to the iface
this neighbour belongs to */
eth_addr_t addr;