Skip to content

Commit

Permalink
Add sdwan-related layer3 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kklimonda-cl committed Aug 16, 2024
1 parent cc5db0e commit d981ac6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions specs/network/interface/ethernet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,11 @@ spec:
items:
type: object
spec:
params: []
params:
- name: sdwan-gateway
type: string
profiles:
- xpath: [sdwan-gateway]
- name: ipv6
type: object
profiles:
Expand Down Expand Up @@ -390,6 +394,10 @@ spec:
default: false
profiles:
- xpath: [enable]
- name: sdwan-interface-profile
type: string
profiles:
- xpath: [sdwan-interface-profile]
- name: upstream-nat
type: object
profiles:
Expand All @@ -404,7 +412,7 @@ spec:
- name: static-ip
type: string
profiles:
- xpath: [static-ip]
- xpath: [static-ip, ip-address]
- name: adjust-tcp-mss
type: object
profiles:
Expand Down

0 comments on commit d981ac6

Please sign in to comment.