diff options
Diffstat (limited to 'interface-definitions/interfaces-openvpn.xml.in')
| -rw-r--r-- | interface-definitions/interfaces-openvpn.xml.in | 19 | 
1 files changed, 13 insertions, 6 deletions
| diff --git a/interface-definitions/interfaces-openvpn.xml.in b/interface-definitions/interfaces-openvpn.xml.in index ca6d80f8b..127a8179b 100644 --- a/interface-definitions/interfaces-openvpn.xml.in +++ b/interface-definitions/interfaces-openvpn.xml.in @@ -285,6 +285,19 @@                </constraint>              </properties>            </leafNode> +          <node name="offload"> +            <properties> +              <help>Configurable offload options</help> +            </properties> +            <children> +              <leafNode name="dco"> +                <properties> +                  <help>Enable data channel offload on this interface</help> +                  <valueless/> +                </properties> +              </leafNode> +            </children> +          </node>            <leafNode name="openvpn-option">              <properties>                <help>Additional OpenVPN options. You must use the syntax of openvpn.conf in this text-field. Using this without proper knowledge may result in a crashed OpenVPN server. Check system log to look for errors.</help> @@ -793,12 +806,6 @@                <valueless/>              </properties>            </leafNode> -          <leafNode name="enable-dco"> -            <properties> -              <help>Use to enable OpenVPN data channel offload on this TUN interface</help> -              <valueless/> -            </properties> -          </leafNode>            #include <include/interface/redirect.xml.i>            #include <include/interface/vrf.xml.i>          </children> | 
