neutron/neutron/privileged
Ben Nemec 85e1b1b0dc Correct arguments to nfct_open
While working on this module, I noticed a couple of inconsistencies
in how we were calling nfct. Specifically, the NFNL_SUBSYS_CTNETLINK
value is supposed to be 1[1], and the order of arguments to nfct_open
is subsys_id then subscriptions[2]. We were passing them in the
opposite order, which didn't particularly matter because both were
defined to be 0. Now that the subsystem identifier is correctly
defined it does matter though.

Change-Id: I9fb74a9ef7a83cd630afa1e1ea0e2fc0c6df3943
1: https://git.netfilter.org/libnfnetlink/tree/include/libnfnetlink/linux_nfnetlink.h#n45
2: https://git.netfilter.org/libnetfilter_conntrack/tree/src/main.c#n68
2019-01-24 08:41:38 +00:00
..
agent Correct arguments to nfct_open 2019-01-24 08:41:38 +00:00
__init__.py Add capabilities for privsep 2018-10-26 18:03:52 +04:00