Skip to content

Commit

Permalink
Add feature test cases to ovs suite
Browse files Browse the repository at this point in the history
Related issue: networkservicemesh#9778

Signed-off-by: Laszlo Kiraly <laszlo.kiraly@est.tech>
  • Loading branch information
ljkiraly committed Oct 18, 2023
1 parent 32b6055 commit daa5774
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions examples/ovs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit daa5774

Please sign in to comment.