aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_route.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-12-08 17:00:43 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-08 17:00:43 +0100
commitc77ca8a35327da9957a0d69c814de396bc452237 (patch)
tree8fd7eb6abedbae169d430d775883f7fc1c76e994 /pingu_route.h
parentffb01b018c747560efb8e691c3041751614bfe5e (diff)
downloadpingu-c77ca8a35327da9957a0d69c814de396bc452237.tar.bz2
pingu-c77ca8a35327da9957a0d69c814de396bc452237.tar.xz
pingu_netlink: keep track of the route via interface
This is so we later can copy more routes to alternate rotue table if needed.
Diffstat (limited to 'pingu_route.h')
-rw-r--r--pingu_route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pingu_route.h b/pingu_route.h
index 5badb10..0d61beb 100644
--- a/pingu_route.h
+++ b/pingu_route.h
@@ -12,6 +12,7 @@ struct pingu_route {
unsigned char src_len;
int metric;
+ int dev_index;
unsigned char protocol;
unsigned char scope;
unsigned char type;