diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2015-09-28 08:51:05 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-09-29 08:27:13 +0200 |
commit | e5faaa6aa420a4d144cd13350de971b6d855b231 (patch) | |
tree | c4880fb8af6462c9de1a5902efa7b194b961e9ef /interface-ip.h | |
parent | 509ffb22475ebdd5291d510a098f996473951344 (diff) |
interface-ip: Support source ip rule updates when reloading
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h index 7c4a8ae..c0a3b92 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -85,6 +85,7 @@ struct device_addr { struct vlist_node node; bool enabled; bool failed; + unsigned int policy_table; /* ipv4 only */ uint32_t broadcast; |