Re: [ovs-dev] [PATCH v2 1/3] ct-dpif, dpif-netlink: Support conntrack flush by ct 5-tuple

2017-12-05 Thread Yi-Hung Wei
>> On Nov 21, 2017, at 5:00 PM, Yi-Hung Wei wrote: >> >> This patch adds support of flushing a conntrack entry specified by the >> conntrack 5-tuple, and provides the implementation in dpif-netlink. >> The implementation of dpif-netlink in the linux datapath utilizes the >>

Re: [ovs-dev] [PATCH v2 1/3] ct-dpif, dpif-netlink: Support conntrack flush by ct 5-tuple

2017-12-05 Thread Justin Pettit
> On Nov 21, 2017, at 5:00 PM, Yi-Hung Wei wrote: > > This patch adds support of flushing a conntrack entry specified by the > conntrack 5-tuple, and provides the implementation in dpif-netlink. > The implementation of dpif-netlink in the linux datapath utilizes the >

[ovs-dev] [PATCH v2 1/3] ct-dpif, dpif-netlink: Support conntrack flush by ct 5-tuple

2017-11-21 Thread Yi-Hung Wei
This patch adds support of flushing a conntrack entry specified by the conntrack 5-tuple, and provides the implementation in dpif-netlink. The implementation of dpif-netlink in the linux datapath utilizes the NFNL_SUBSYS_CTNETLINK netlink subsystem to delete a conntrack entry in nf_conntrack.