From d981ac60ab9d5556a761eecd6203041ad59d4c1a Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Fri, 16 Aug 2024 17:15:31 +0200 Subject: [PATCH] Add sdwan-related layer3 configuration --- specs/network/interface/ethernet.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/specs/network/interface/ethernet.yaml b/specs/network/interface/ethernet.yaml index 97460e84..51884918 100644 --- a/specs/network/interface/ethernet.yaml +++ b/specs/network/interface/ethernet.yaml @@ -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: @@ -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: @@ -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: