From daa5774d43db5553189ea27734acd4ceb54bbdaf Mon Sep 17 00:00:00 2001 From: Laszlo Kiraly Date: Tue, 5 Sep 2023 13:35:08 +0200 Subject: [PATCH] Add feature test cases to ovs suite Related issue: networkservicemesh/deployments-k8s#9778 Signed-off-by: Laszlo Kiraly --- examples/ovs/README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/examples/ovs/README.md b/examples/ovs/README.md index 34895cb0177d..186f07e74197 100644 --- a/examples/ovs/README.md +++ b/examples/ovs/README.md @@ -8,10 +8,27 @@ Contain basic setup for NSM that includes `nsmgr`, `forwarder-ovs`, `registry-k8 ## Includes +Basic examples + - [Kernel to Kernel Connection](../use-cases/Kernel2Kernel) -- [Kernel to Kernel Connection over VLAN Trunking](../use-cases/Kernel2KernelVLAN) +- [Kernel to IP to Kernel Connection](../use-cases/Kernel2IP2Kernel) + +Features + +- [Kernel2Kernel IPv6 example](../features/ipv6/Kernel2Kernel_ipv6) +- [Kernel2IP2Kernel IPv6 example](../features/ipv6/Kernel2IP2Kernel_ipv6) +- [Kernel2Kernel dual stack example](../features/dual-stack/Kernel2Kernel_dual_stack) +- [Kernel2IP2Kernel dual stack example](../features/dual-stack/Kernel2IP2Kernel_dual_stack) +- [Exclude prefixes](../features/exclude-prefixes) +- [Policy based routing](../features/policy-based-routing) +- [Mutually aware NSEs](../features/mutually-aware-nses) +- [Inject clients in namespace via NSM annotation](../features/annotated-namespace) +- [Select forwarder by capability](../features/select-forwarder) +- [NSC connects to multiple services](../features/multiple-services) + +SmartVf examples + - [SmartVF to SmartVF Connection](../use-cases/SmartVF2SmartVF) -- [Admission webhook SmartVF example](../features/webhook-smartvf) ## SR-IOV config