From 4e3d2e3093b9dcbb7d37ee3f18db8d6fa54f0deb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 21 Jul 2011 13:03:12 +0200 Subject: 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. --- pingu_host.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pingu_host.h') 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; -- cgit v1.2.3