diff options
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface.h b/interface.h index 0c56b36..d186903 100644 --- a/interface.h +++ b/interface.h @@ -118,6 +118,8 @@ struct interface { struct vlist_tree host_routes; int metric; + unsigned int ip4table; + unsigned int ip6table; /* errors/warnings while trying to bring up the interface */ struct list_head errors; |