Hi,

i build me a version from the git series branch and installed it and now:

tcpdump -i enp6s22 -n icmp6 and 'ip6[40] == 134' -v
tcpdump: listening on enp6s22, link-type EN10MB (Ethernet), snapshot
length 262144 bytes
19:07:28.341032 IP6 (hlim 255, next-header ICMPv6 (58) payload length:
56) fe80::200:c0ff:fea8:8101 > ff02::1: [icmp6 sum ok] ICMP6, router
advertisement, length 56
        hop limit 255, Flags [none], pref medium, router lifetime
65535s, reachable time 0ms, retrans timer 0ms
          source link-address option (1), length 8 (1): 00:00:c0:a8:81:01
          prefix info option (3), length 32 (4):
fd00:192:168:129::/64, Flags [onlink, auto], valid time infinity,
pref. time infinity
19:07:33.827849 IP6 (hlim 255, next-header ICMPv6 (58) payload length:
56) fe80::200:c0ff:fea8:8101 > ff02::1: [icmp6 sum ok] ICMP6, router
advertisement, length 56
        hop limit 255, Flags [none], pref medium, router lifetime
65535s, reachable time 0ms, retrans timer 0ms
          source link-address option (1), length 8 (1): 00:00:c0:a8:81:01
          prefix info option (3), length 32 (4):
fd00:192:168:129::/64, Flags [onlink, auto], valid time infinity,
pref. time infinity

so for me it works --- thx

meno

On Fri, Jul 10, 2026 at 4:51 PM Mairtin O'Loingsigh <[email protected]> wrote:
>
> On Thu, Jul 09, 2026 at 05:53:48PM +0200, Ilya Maximets wrote:
> > A group of fixes for the behavior around periodic router advertisements.
> > More details in individual commit messages.
> >
> > Ilya Maximets (3):
> >   pinctrl: Allow periodic RAs through localnet for DGP.
> >   controller: Monitor port bindings with periodic RA enabled.
> >   pinctrl: Avoid flooding duplicate periodic GR RAs from all chassis.
> >
> >  controller/ovn-controller.c |   7 +++
> >  controller/pinctrl.c        |  35 +++++++++---
> >  tests/ovn.at                | 110 +++++++++++++++++++++++-------------
> >  3 files changed, 106 insertions(+), 46 deletions(-)
> >
> > --
> > 2.54.0
> >
> > _______________________________________________
> > dev mailing list
> > [email protected]
> > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> >
>
> Series looks good to me.
>
> Acked-by: Mairtin O'Loingsigh <[email protected]>
>
>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to