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

2013-12-02 Thread Jarno Rajahalme
Pushed to master with your proposed change, but removing the “(plus sign)” for symmetry. Thanks! Jarno On Dec 2, 2013, at 2:46 PM, Ben Pfaff wrote: > On Tue, Nov 26, 2013 at 09:04:41AM -0800, Jarno Rajahalme wrote: >> Allow TCP flags match specification with symbolic flag names. TCP >> fla

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

2013-12-02 Thread Ben Pfaff
On Tue, Nov 26, 2013 at 09:04:41AM -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 v2] lib: More intuitive syntax for TCP flags matching.

2013-11-26 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