Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This module uses the netlink interface provide by the Linux kernel connection tracker to provide some visibility into the conntrack tables. The module provides functions to: * Convert a netlink representation of a connection into a struct 'ct_dpif_entry'. * Dump all the connections. * Flush all the connections. * Listen for updates by registering a netlink notifier. It will be used by dpif-netlink to implement the interface required by the ct-dpif module. Based on original work by Jarno Rajahalme Signed-off-by: Jarno Rajahalme <[email protected]> Signed-off-by: Daniele Di Proietto <[email protected]> Acked-by: Joe Stringer <[email protected]>
- Loading branch information