diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-03-18 16:03:10 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-03-18 16:03:10 +0400 |
commit | 7a1b1120184e627a4465e5131e04e98b54e04f7d (patch) | |
tree | b5dfae041140e7d41bccf3a7fcf9dce2eddeee1f /accel-pppd/ctrl/ipoe/ipoe.h | |
parent | 0052d20e94d87016e71cf9ae6c8d9329577eb74b (diff) | |
download | accel-ppp-7a1b1120184e627a4465e5131e04e98b54e04f7d.tar.gz accel-ppp-7a1b1120184e627a4465e5131e04e98b54e04f7d.zip |
ipoe: early drop routes when dropping sessions (V3)
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.h')
-rw-r--r-- | accel-pppd/ctrl/ipoe/ipoe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h index 085aeda6..827cba31 100644 --- a/accel-pppd/ctrl/ipoe/ipoe.h +++ b/accel-pppd/ctrl/ipoe/ipoe.h @@ -56,6 +56,7 @@ struct ipoe_session int ifindex; struct ipv4db_item_t ipv4; int ifcfg:1; + int terminating:1; int dhcp_addr:1; int relay_addr:1; int l4_redirect:1; |