summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/ipoe/ipoe.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2013-06-11 15:05:45 +0400
committerDmitry Kozlov <xeb@mail.ru>2013-06-11 15:05:45 +0400
commit8aec5cc096fcf6ac31d8041aabb1ac5e8fea0b83 (patch)
treeb6aa2aac3bf399f5780aa8b944d06b09bd5b8695 /accel-pppd/ctrl/ipoe/ipoe.h
parent88e73d66fc884cced7cdccae9710373f1f4e6b60 (diff)
downloadaccel-ppp-8aec5cc096fcf6ac31d8041aabb1ac5e8fea0b83.tar.gz
accel-ppp-8aec5cc096fcf6ac31d8041aabb1ac5e8fea0b83.zip
ipoe: add per-interface 'src' option (use it as source in route)
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.h')
-rw-r--r--accel-pppd/ctrl/ipoe/ipoe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h
index 034092e..1dd2db9 100644
--- a/accel-pppd/ctrl/ipoe/ipoe.h
+++ b/accel-pppd/ctrl/ipoe/ipoe.h
@@ -22,6 +22,7 @@ struct ipoe_serv
struct dhcpv4_relay *dhcpv4_relay;
pthread_mutex_t lock;
int opt_mode;
+ uint32_t opt_src;
int opt_shared:1;
int opt_dhcpv4:1;
int opt_up:1;