diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-07-31 10:25:05 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-07-31 10:25:05 -0700 |
commit | 0048c67d414381245942cd83410006d1dfea9c75 (patch) | |
tree | 0ed994a182a5c6d9db987fa0850636131081455e /include | |
parent | 8be58fa3856eb4f296a7166fd9b2b17b1bc5d40c (diff) | |
download | conntrack-tools-0048c67d414381245942cd83410006d1dfea9c75.tar.gz conntrack-tools-0048c67d414381245942cd83410006d1dfea9c75.zip |
fixing 8243: fix will selectively flush the conntrack table on master, ignoring ignored addresses during flush
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink.h b/include/netlink.h index 3bde30c..9a33083 100644 --- a/include/netlink.h +++ b/include/netlink.h @@ -12,7 +12,7 @@ struct nlif_handle *nl_init_interface_handler(void); int nl_send_resync(struct nfct_handle *h); void nl_resize_socket_buffer(struct nfct_handle *h); int nl_dump_conntrack_table(struct nfct_handle *h); -int nl_flush_conntrack_table(struct nfct_handle *h); +int nl_flush_conntrack_table_selective(void); int nl_get_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct); int nl_create_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct, int timeout); int nl_update_conntrack(struct nfct_handle *h, const struct nf_conntrack *ct, int timeout); |