Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageyml
titleMwan3Rule
apiVersion: sdewan.akraino.org/v1alpha1
kind: Mwan3Rule
metadata:
  name: example1-rule
spec:
  policy:
    balance1:
      - nework: ovn-net1
        weight: 2
        metric: 2
      - network: ovn-net2
        weight: 3
        metric: 3     
  rule:
    - name: 'https'https:
      policy: balance1
      dest_ip: 0.0.0.0/0
      dest_port: 443
    - name: 'http'http:
      policy: balance1
      dest_ip: 0.0.0.0/0
      dest_port: 80

...