diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-29 20:13:08 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-29 20:13:08 +0100 |
commit | ea3c4544634a9d916deff4bd6cdce1522d395a0d (patch) | |
tree | 1dc6ba72b8544090a56ab9b9335a7e4a5155fe2e /interface-definitions | |
parent | 4d3acd6e6fb0b5600cc65bb962c99305f10f92c1 (diff) | |
download | vyos-1x-ea3c4544634a9d916deff4bd6cdce1522d395a0d.tar.gz vyos-1x-ea3c4544634a9d916deff4bd6cdce1522d395a0d.zip |
dhcpv6-relay: T3095: migrate service to get_config_dict()
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/dhcpv6-relay.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/dhcpv6-relay.xml.in b/interface-definitions/dhcpv6-relay.xml.in index 0beb09d05..308f94a01 100644 --- a/interface-definitions/dhcpv6-relay.xml.in +++ b/interface-definitions/dhcpv6-relay.xml.in @@ -43,6 +43,7 @@ </constraint> <constraintErrorMessage>max-hop-count must be a value between 1 and 255</constraintErrorMessage> </properties> + <defaultValue>10</defaultValue> </leafNode> <tagNode name="upstream-interface"> <properties> |