[ovs-git] [openvswitch/ovs] a1d420: datapath-windows: Add support to configure ct zone...

GitHub noreply at github.com
Thu Sep 20 11:31:52 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: a1d4207e2c8a751d03b45fa21e5d8370713b9047
      https://github.com/openvswitch/ovs/commit/a1d4207e2c8a751d03b45fa21e5d8370713b9047
  Author: Anand Kumar <kumaranand at vmware.com>
  Date:   2018-09-20 (Thu, 20 Sep 2018)

  Changed paths:
    M datapath-windows/include/OvsDpInterfaceExt.h
    M datapath-windows/ovsext/Conntrack.c
    M datapath-windows/ovsext/Conntrack.h
    M datapath-windows/ovsext/Datapath.c
    M lib/netlink-socket.c

  Log Message:
  -----------
  datapath-windows: Add support to configure ct zone limits

This patch implements limiting conntrack entries
per zone using dpctl commands.

Example:
ovs-appctl dpctl/ct-set-limits default=5 zone=1,limit=2 zone=1,limit=3
ovs-appctl dpct/ct-del-limits zone=4
ovs-appctl dpct/ct-get-limits zone=1,2,3

- Also update the netlink-socket.c to support netlink family
  'OVS_WIN_NL_CTLIMIT_FAMILY_ID' for conntrack zone limit.

Signed-off-by: Anand Kumar <kumaranand at vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean at ovn.org>
Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list