mbox series

[ovs-dev,v2,0/1] Add LRP option for mirroring of BGP traffic.

Message ID 20240716065926.13499-1-martin.kalcok@canonical.com
Headers show
Series Add LRP option for mirroring of BGP traffic. | expand

Message

Martin Kalcok July 16, 2024, 6:59 a.m. UTC
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(+)