diff options
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/vpn-openconnect.xml.in | 30 | 
1 files changed, 30 insertions, 0 deletions
| diff --git a/interface-definitions/vpn-openconnect.xml.in b/interface-definitions/vpn-openconnect.xml.in index 3ab8dd815..54f93344b 100644 --- a/interface-definitions/vpn-openconnect.xml.in +++ b/interface-definitions/vpn-openconnect.xml.in @@ -50,6 +50,16 @@                    </leafNode>                  </children>                </node> +              <leafNode name="groups"> +                <properties> +                  <help>Groups that a client is allowed to select from. Maps to RADIUS Class attribute.</help> +                  <valueHelp> +                    <format>txt</format> +                    <description>Group string. The group may be followed by a user-friendly name in brackets: group1[First Group]</description> +                  </valueHelp> +                  <multi/> +                </properties> +              </leafNode>                #include <include/auth-local-users.xml.i>                <node name="local-users">                  <children> @@ -298,6 +308,26 @@                    <multi/>                  </properties>                </leafNode> +              <leafNode name="tunnel-all-dns"> +                <properties> +                  <help>If the tunnel-all-dns option is set to yes, tunnel all DNS queries via the VPN. This is the default when a default route is set.</help> +                  <completionHelp> +                    <list>yes no</list> +                  </completionHelp> +                  <valueHelp> +                    <format>yes</format> +                    <description>Enable tunneling of all DNS traffic</description> +                  </valueHelp> +                  <valueHelp> +                    <format>no</format> +                    <description>Disable tunneling of all DNS traffic</description> +                  </valueHelp> +                  <constraint> +                    <regex>(yes|no)</regex> +                  </constraint> +                </properties> +                <defaultValue>no</defaultValue> +              </leafNode>              </children>            </node>        </children> | 
