diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-11-10 11:44:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 11:44:28 +0000 |
| commit | 5f8c7f7d8298a9bc41185ec05480dfd48f8b5a36 (patch) | |
| tree | 18136970b300a51996d36b857a954d2c538509da /interface-definitions | |
| parent | 25224cff345210aaecaa4db95a67bd759af666fb (diff) | |
| parent | b9f0a9243b50211d7c21e996766c2ee9fd3b685c (diff) | |
| download | vyos-1x-5f8c7f7d8298a9bc41185ec05480dfd48f8b5a36.tar.gz vyos-1x-5f8c7f7d8298a9bc41185ec05480dfd48f8b5a36.zip | |
Merge pull request #4838 from c-po/pppoe-addr-dhcpv6
pppoe: T7485: make xml leafNode address a multi-type node
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/interfaces_pppoe.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/interfaces_pppoe.xml.in b/interface-definitions/interfaces_pppoe.xml.in index 790cee632..d38074b41 100644 --- a/interface-definitions/interfaces_pppoe.xml.in +++ b/interface-definitions/interfaces_pppoe.xml.in @@ -29,6 +29,7 @@ <constraint> <regex>(dhcpv6)</regex> </constraint> + <multi/> </properties> </leafNode> #include <include/pppoe-access-concentrator.xml.i> |
