diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-24 17:20:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-25 17:30:12 +0200 |
commit | f81b0443cf09c34cb1f2060094e3eb294b8fa192 (patch) | |
tree | da5c3b85a8fc3cd113ceae3a2f2a8b8c770954e9 /interface-definitions | |
parent | add7eaebe7b8ebd4e143eb939d3ba7871ead0502 (diff) | |
download | vyos-1x-f81b0443cf09c34cb1f2060094e3eb294b8fa192.tar.gz vyos-1x-f81b0443cf09c34cb1f2060094e3eb294b8fa192.zip |
bonding: ifconfig: T2653: move to get_config_dict()
The current VyOS CLI parser code written in Python contains a ton of duplicates
which I can also hold myself accountable for - or maybe mainly me - depends on
the angle of judge.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-bonding.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-bonding.xml.in b/interface-definitions/interfaces-bonding.xml.in index ddd52979b..7d658f6a0 100644 --- a/interface-definitions/interfaces-bonding.xml.in +++ b/interface-definitions/interfaces-bonding.xml.in @@ -78,6 +78,7 @@ </constraint> <constraintErrorMessage>hash-policy must be layer2 layer2+3 or layer3+4</constraintErrorMessage> </properties> + <defaultValue>layer2</defaultValue> </leafNode> <node name="ip"> <children> @@ -137,6 +138,7 @@ </constraint> <constraintErrorMessage>mode must be 802.3ad, active-backup, broadcast, round-robin, transmit-load-balance, adaptive-load-balance, or xor</constraintErrorMessage> </properties> + <defaultValue>802.3ad</defaultValue> </leafNode> <node name="member"> <properties> |