This patch introduces a new Logical Router Port option called 'bgp-mirror' that enables mirroring of BGP control plane traffic to an arbitrary port. More details directly in the commit message.
Although not directly dependent, this change is intended to go hand-in-hand with a series posted by fnordhal[0]. [0] https://mail.openvswitch.org/pipermail/ovs-dev/2024-July/415795.html Martin Kalcok (1): northd: BGP port mirroring. northd/northd.c | 87 +++++++++++++++++++++++++++++++++++++++++ northd/ovn-northd.8.xml | 23 +++++++++++ ovn-nb.xml | 14 +++++++ tests/ovn-northd.at | 45 +++++++++++++++++++++ tests/system-ovn.at | 86 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 255 insertions(+) -- 2.40.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
