diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-12-16 11:43:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 11:43:25 +0000 |
commit | 4e5c65dd40fb34e501b9345f98a4541d12e70b16 (patch) | |
tree | 94c1d466c029584461146d92db71331c9314064b /interface-definitions | |
parent | d08a51ab1011f926f897e288d6d8946a8ff72674 (diff) | |
parent | b490dd420138bae3701a945787335beb3974a8bf (diff) | |
download | vyos-1x-4e5c65dd40fb34e501b9345f98a4541d12e70b16.tar.gz vyos-1x-4e5c65dd40fb34e501b9345f98a4541d12e70b16.zip |
Merge pull request #4211 from natali-rs1985/T4214
static: T4214: Allow several dhcp-interfaces to the same static rote
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/static/static-route.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/static/static-route.xml.i b/interface-definitions/include/static/static-route.xml.i index 29921a731..51e45c6f7 100644 --- a/interface-definitions/include/static/static-route.xml.i +++ b/interface-definitions/include/static/static-route.xml.i @@ -13,7 +13,7 @@ <children> #include <include/static/static-route-blackhole.xml.i> #include <include/static/static-route-reject.xml.i> - #include <include/dhcp-interface.xml.i> + #include <include/dhcp-interface-multi.xml.i> #include <include/generic-description.xml.i> <tagNode name="interface"> <properties> |