Re: [ovs-dev] [PATCH] lib: More intuitive syntax for TCP flags matching.

2013-11-26 Thread Jarno Rajahalme
Thanks for the review Ben! New patch coming up, some non-essential commentary below. Jarno On Nov 25, 2013, at 3:24 PM, Ben Pfaff wrote: > On Tue, Nov 19, 2013 at 04:43:47PM -0800, Jarno Rajahalme wrote: >> Allow TCP flags match specification with symbolic flag names. TCP >> flags are optio

Re: [ovs-dev] [PATCH] lib: More intuitive syntax for TCP flags matching.

2013-11-25 Thread Ben Pfaff
On Tue, Nov 19, 2013 at 04:43:47PM -0800, Jarno Rajahalme wrote: > Allow TCP flags match specification with symbolic flag names. TCP > flags are optionally specified as a string of flag names, each > preceded by '+' when the flag must be one, or '-' when the flag must > be zero. Any flags not exp

[ovs-dev] [PATCH] lib: More intuitive syntax for TCP flags matching.

2013-11-19 Thread Jarno Rajahalme
Allow TCP flags match specification with symbolic flag names. TCP flags are optionally specified as a string of flag names, each preceded by '+' when the flag must be one, or '-' when the flag must be zero. Any flags not explicitly included are wildcarded. The existing hex syntax is still allowe