Add support for ct timeout objects, used to assign connection 
tracking timeout policies and examples.

Harsha Sharma (2):
  src: add ct timeout support
  examples: add nft-ct-timeout-{add,del,get}

 examples/Makefile.am                |  12 +
 examples/nft-ct-timeout-add.c       | 140 ++++++++++++
 examples/nft-ct-timeout-del.c       | 124 ++++++++++
 examples/nft-ct-timeout-get.c       | 150 ++++++++++++
 include/libnftnl/Makefile.am        |   3 +-
 include/libnftnl/cttimeout.h        |  88 +++++++
 include/libnftnl/object.h           |   8 +
 include/linux/netfilter/nf_tables.h | 108 ++++++++-
 include/obj.h                       |   8 +
 src/Makefile.am                     |   1 +
 src/libnftnl.map                    |   1 +
 src/obj/ct_timeout.c                | 445 ++++++++++++++++++++++++++++++++++++
 src/object.c                        |   4 +-
 13 files changed, 1088 insertions(+), 4 deletions(-)
 create mode 100644 examples/nft-ct-timeout-add.c
 create mode 100644 examples/nft-ct-timeout-del.c
 create mode 100644 examples/nft-ct-timeout-get.c
 create mode 100644 include/libnftnl/cttimeout.h
 create mode 100644 src/obj/ct_timeout.c

-- 
2.14.1

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to