diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-21 13:03:12 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-21 13:31:15 +0200 |
commit | 4e3d2e3093b9dcbb7d37ee3f18db8d6fa54f0deb (patch) | |
tree | 180f87fc5f167469fd66b7188cc611634ca50355 /pingu_host.h | |
parent | b1817e210a434bec5543c574c6846f6e114426a5 (diff) | |
download | pingu-4e3d2e3093b9dcbb7d37ee3f18db8d6fa54f0deb.tar.bz2 pingu-4e3d2e3093b9dcbb7d37ee3f18db8d6fa54f0deb.tar.xz |
pingu: add initial code to modify routing tables
For now we just create the alternate routing tables from table 10
and +1 for each new interface. First interface is 10, second is 11 etc.
Diffstat (limited to 'pingu_host.h')
-rw-r--r-- | pingu_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pingu_host.h b/pingu_host.h index ba142a6..f19c461 100644 --- a/pingu_host.h +++ b/pingu_host.h @@ -15,6 +15,7 @@ struct pingu_host { char *up_action; char *down_action; int status; + int iface_route_table; int max_retries; int required_replies; ev_tstamp timeout; |