summaryrefslogtreecommitdiff
path: root/ip/ip_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ip/ip_common.h')
-rw-r--r--ip/ip_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ip/ip_common.h b/ip/ip_common.h
index c4cb1bcb..4a20ec3c 100644
--- a/ip/ip_common.h
+++ b/ip/ip_common.h
@@ -28,6 +28,8 @@ struct link_filter {
char *kind;
char *slave_kind;
int target_nsid;
+ bool have_proto;
+ int proto;
};
const char *get_ip_lib_dir(void);