Re: [ovs-dev] [PATCH] ofproto-dpif: Reconfigure when IPFIX is enabled/disabled.

2013-06-19 Thread Justin Pettit
On Jun 19, 2013, at 9:21 AM, Ben Pfaff wrote: >> Since I just fixed IPFIX wildcarding in the previous patch, I'll >> probably fold this patch into that one. > > Why can't IPFIX handle wildcarding? Yeah, I'm dropping this patch. Thanks. --Justin _

Re: [ovs-dev] [PATCH] ofproto-dpif: Reconfigure when IPFIX is enabled/disabled.

2013-06-19 Thread Ben Pfaff
On Wed, Jun 19, 2013 at 12:32:39AM -0700, Justin Pettit wrote: > The presense or absence of IPFIX affects wildcarding, and there needs to presense => presence there => therefore (?) > cause a revalidation when changed. > > Found by inspecting Ethan's similar patch on NetFlow. > > Signed-off-by:

[ovs-dev] [PATCH] ofproto-dpif: Reconfigure when IPFIX is enabled/disabled.

2013-06-19 Thread Justin Pettit
The presense or absence of IPFIX affects wildcarding, and there needs to cause a revalidation when changed. Found by inspecting Ethan's similar patch on NetFlow. Signed-off-by: Justin Pettit --- Since I just fixed IPFIX wildcarding in the previous patch, I'll probably fold this patch into that o