This series adds two new commands to allow read/write of some of the CT configuration parameters. This could be used for maintenance purposes or to find a better tuning of the current setup.
V2: Reworked based on comments. V1: First implementation. Fischetti, Antonio (4): dpctl: Add a comment to functions retrieving the datapath name. conntrack: add commands to r/w CT parameters. conntrack: r/w upper limit connection value. conntrack: read current nr of connections. lib/conntrack.c | 90 +++++++++++++++++++++++++++++++++++++++++++++ lib/conntrack.h | 3 ++ lib/ct-dpif.c | 28 ++++++++++++++ lib/ct-dpif.h | 2 + lib/dpctl.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++- lib/dpif-netdev.c | 19 ++++++++++ lib/dpif-netlink.c | 2 + lib/dpif-provider.h | 4 ++ 8 files changed, 251 insertions(+), 1 deletion(-) -- 2.4.11 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
