ovn-sb: Fix "ip.ttl--" lower limit description.
authorJustin Pettit <jpettit@nicira.com>
Wed, 21 Oct 2015 05:11:10 +0000 (22:11 -0700)
committerJustin Pettit <jpettit@ovn.org>
Mon, 9 Nov 2015 23:01:12 +0000 (15:01 -0800)
commit4c20b9f2a79634afd5705377f5865f5ddad1526a
treef82e1015299227727970b8f823aa0313242d40f7
parente4a1264b9fc345b292fae44a28573c056e082db4
ovn-sb: Fix "ip.ttl--" lower limit description.

To decrement the IP TTL, the existing TTL can't be less than two.  The
field is not bit-maskable, though, so "ip.ttl < 2" will not work.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/ovn-sb.xml