The series adds a support for VRRPv3 specification in port_security column of LSP. The series consists of two fixes and one helper that was needed in order to make this work.
Ales Musil (2): ovn-util: Add helper for parsing and working with masked MACs. controller: Add option to make port security compliant with RFC 9568. NEWS | 3 + controller/lflow.c | 932 +++++++++++++++++++++++++++++---------------- lib/ovn-util.c | 49 +++ lib/ovn-util.h | 18 + ovn-nb.xml | 55 +++ tests/ovn.at | 828 ++++++++++++++++++++++++++++++++++++++++ tests/test-ovn.c | 22 ++ 7 files changed, 1584 insertions(+), 323 deletions(-) -- 2.52.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
