[ovs-dev] [PATCH ovn] Use correct nw_ttl=255 to match against legit NAs

2023-08-29 Thread Ihar Hrachyshka
RFC 4861 (Neighbor Discovery for IP version 6) requires that Hop Limit is set to 255, but the flows we generated for 135 and 136 erroneously used 225. Fixes: 8cab00bdb581 ("ovn-controller: Add OF rules for port security.") Signed-off-by: Ihar Hrachyshka --- controller/lflow.c | 6 +++--- tests/

Re: [ovs-dev] [PATCH ovn] Use correct nw_ttl=255 to match against legit NAs

2023-09-05 Thread Ales Musil
On Wed, Aug 30, 2023 at 3:23 AM Ihar Hrachyshka wrote: > RFC 4861 (Neighbor Discovery for IP version 6) requires that Hop Limit > is set to 255, but the flows we generated for 135 and 136 erroneously > used 225. > > Fixes: 8cab00bdb581 ("ovn-controller: Add OF rules for port security.") > Signed-

Re: [ovs-dev] [PATCH ovn] Use correct nw_ttl=255 to match against legit NAs

2023-09-06 Thread Mark Michelson
Thanks Ales and Ihar, I applied this change to all branches from main back to 22.09. On 9/5/23 06:45, Ales Musil wrote: On Wed, Aug 30, 2023 at 3:23 AM Ihar Hrachyshka wrote: RFC 4861 (Neighbor Discovery for IP version 6) requires that Hop Limit is set to 255, but the flows we generated for