diff options
Diffstat (limited to 'interface-definitions')
23 files changed, 458 insertions, 932 deletions
| diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index 58dd48f9d..48c101d73 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -14,10 +14,17 @@              <children>                <tagNode name="interface">                  <properties> -                  <help>Interface to send DDNS updates for</help> +                  <help>Interface to send Dynamic DNS updates for</help>                    <completionHelp>                      <script>${vyos_completion_dir}/list_interfaces</script>                    </completionHelp> +                  <valueHelp> +                    <format>txt</format> +                    <description>Interface name</description> +                  </valueHelp> +                  <constraint> +                    #include <include/constraint/interface-name.xml.i> +                  </constraint>                  </properties>                  <children>                    <tagNode name="rfc2136"> @@ -127,144 +134,63 @@                      <children>                        <leafNode name="host-name">                          <properties> -                          <help>Hostname registered with DDNS service</help> +                          <help>Hostname to register with Dynamic DNS service</help> +                          <constraint> +                            #include <include/constraint/host-name.xml.i> +                          </constraint> +                          <constraintErrorMessage>Host-name must be alphanumeric and can contain hyphens</constraintErrorMessage>                            <multi/>                          </properties>                        </leafNode>                        <leafNode name="login">                          <properties> -                          <help>Login for DDNS service</help> -                        </properties> -                      </leafNode> -                      <leafNode name="password"> -                        <properties> -                          <help>Password for DDNS service</help> +                          <help>Login/Username for Dynamic DNS service</help>                          </properties>                        </leafNode> +                      #include <include/generic-password.xml.i>                        <leafNode name="protocol">                          <properties> -                          <help>ddclient protocol used for DDNS service</help> +                          <help>ddclient protocol used for Dynamic DNS service</help>                            <completionHelp> -                            <list>changeip cloudflare dnsmadeeasy dnspark dondominio dslreports1 dtdns duckdns dyndns2 easydns freedns freemyip googledomains hammernode1 namecheap nfsn noip sitelutions woima yandex zoneedit1</list> +                            <script>${vyos_completion_dir}/list_ddclient_protocols.sh</script>                            </completionHelp> -                          <valueHelp> -                            <format>changeip</format> -                            <description>ChangeIP protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>cloudflare</format> -                            <description>Cloudflare protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>dnsmadeeasy</format> -                            <description>DNS Made Easy protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>dnspark</format> -                            <description>DNS Park protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>dondominio</format> -                            <description>DonDominio protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>dslreports1</format> -                            <description>DslReports protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>dtdns</format> -                            <description>DtDNS protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>duckdns</format> -                            <description>DuckDNS protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>dyndns2</format> -                            <description>DynDNS protocol v2</description> -                          </valueHelp> -                          <valueHelp> -                            <format>easydns</format> -                            <description>easyDNS protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>freedns</format> -                            <description>FreeDNS protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>freemyip</format> -                            <description>freemyip protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>googledomains</format> -                            <description>Google domains protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>hammernode1</format> -                            <description>Hammernode protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>namecheap</format> -                            <description>Namecheap protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>nfsn</format> -                            <description>NearlyFreeSpeech DNS protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>noip</format> -                            <description>No-IP protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>sitelutions</format> -                            <description>Sitelutions protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>woima</format> -                            <description>WOIMA protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>yandex</format> -                            <description>Yandex.DNS protocol</description> -                          </valueHelp> -                          <valueHelp> -                            <format>zoneedit1</format> -                            <description>Zoneedit protocol</description> -                          </valueHelp>                            <constraint> -                            <regex>(changeip|cloudflare|dnsmadeeasy|dnspark|dondominio|dslreports1|dtdns|duckdns|dyndns2|easydns|freedns|freemyip|googledomains|hammernode1|namecheap|nfsn|noip|sitelutions|woima|yandex|zoneedit1)</regex> +                            <validator name="ddclient-protocol"/>                            </constraint> -                          <constraintErrorMessage>Please choose from the list of allowed protocols</constraintErrorMessage>                          </properties>                        </leafNode>                        #include <include/server-ipv4-fqdn.xml.i>                        <leafNode name="zone">                          <properties> -                          <help>DNS zone to update (only available with CloudFlare)</help> +                          <help>DNS zone to update (not used by all protocols)</help> +                          <valueHelp> +                            <format>txt</format> +                            <description>Name of DNS zone</description> +                          </valueHelp>                          </properties>                        </leafNode>                      </children>                    </tagNode>                    <node name="use-web">                      <properties> -                      <help>Web check used for obtaining the external IP address</help> +                      <help>Use HTTP(S) web request to obtain external IP address instead of the IP address associated with the interface</help>                      </properties>                      <children>                        <leafNode name="skip">                          <properties> -                          <help>Skip everything before this on the given URL</help> -                        </properties> -                      </leafNode> -                      <leafNode name="url"> -                        <properties> -                          <help>URL to obtain the current external IP address</help> +                          <help>Pattern to skip from the respose</help> +                          <valueHelp> +                            <format>txt</format> +                            <description>Pattern to skip from the respose of the given URL to extract the external IP address</description> +                          </valueHelp>                          </properties>                        </leafNode> +                      #include <include/url.xml.i>                      </children>                    </node>                    <leafNode name="ipv6-enable">                      <properties> -                      <help>Allow explicit IPv6 addresses for Dynamic DNS for this interface</help> +                      <help>Explicitly use IPv6 address instead of IPv4 address to update the Dynamic DNS IP address</help>                        <valueless/>                      </properties>                    </leafNode> diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 6b7344b1d..de6991e06 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -126,7 +126,7 @@                      <children>                        <tagNode name="a">                          <properties> -                          <help>"A" record</help> +                          <help>A record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -163,7 +163,7 @@                        </tagNode>                        <tagNode name="aaaa">                          <properties> -                          <help>"AAAA" record</help> +                          <help>AAAA record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -200,7 +200,7 @@                        </tagNode>                        <tagNode name="cname">                          <properties> -                          <help>"CNAME" record</help> +                          <help>CNAME record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -219,7 +219,7 @@                                <help>Target DNS name</help>                                <valueHelp>                                  <format>name.example.com</format> -                                <description>An absolute DNS name</description> +                                <description>Absolute DNS name</description>                                </valueHelp>                                <constraint>                                  <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> @@ -232,7 +232,7 @@                        </tagNode>                        <tagNode name="mx">                          <properties> -                          <help>"MX" record</help> +                          <help>MX record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -251,7 +251,7 @@                                <help>Mail server</help>                                <valueHelp>                                  <format>name.example.com</format> -                                <description>An absolute DNS name</description> +                                <description>Absolute DNS name</description>                                </valueHelp>                                <constraint>                                  <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> @@ -277,9 +277,37 @@                            #include <include/generic-disable-node.xml.i>                          </children>                        </tagNode> +                      <tagNode name="ns"> +                        <properties> +                          <help>NS record</help> +                          <valueHelp> +                            <format>txt</format> +                            <description>A DNS name relative to the root record</description> +                          </valueHelp> +                          <constraint> +                            <regex>([-_a-zA-Z0-9.]{1,63}|@)(?<!\.)</regex> +                          </constraint> +                        </properties> +                        <children> +                          <leafNode name="target"> +                            <properties> +                              <help>Target DNS server authoritative for subdomain</help> +                              <valueHelp> +                                <format>nsXX.example.com</format> +                                <description>Absolute DNS name</description> +                              </valueHelp> +                              <constraint> +                                <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> +                              </constraint> +                            </properties> +                          </leafNode> +                          #include <include/dns/time-to-live.xml.i> +                          #include <include/generic-disable-node.xml.i> +                        </children> +                      </tagNode>                        <tagNode name="ptr">                          <properties> -                          <help>"PTR" record</help> +                          <help>PTR record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -298,7 +326,7 @@                                <help>Target DNS name</help>                                <valueHelp>                                  <format>name.example.com</format> -                                <description>An absolute DNS name</description> +                                <description>Absolute DNS name</description>                                </valueHelp>                                <constraint>                                  <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> @@ -311,7 +339,7 @@                        </tagNode>                        <tagNode name="txt">                          <properties> -                          <help>"TXT" record</help> +                          <help>TXT record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -341,7 +369,7 @@                        </tagNode>                        <tagNode name="spf">                          <properties> -                          <help>"SPF" record (type=SPF)</help> +                          <help>SPF record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -370,7 +398,7 @@                        </tagNode>                        <tagNode name="srv">                          <properties> -                          <help>"SRV" record</help> +                          <help>SRV record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -401,7 +429,7 @@                                    <help>Server hostname</help>                                    <valueHelp>                                      <format>name.example.com</format> -                                    <description>An absolute DNS name</description> +                                    <description>Absolute DNS name</description>                                    </valueHelp>                                    <constraint>                                      <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> @@ -454,7 +482,7 @@                        </tagNode>                        <tagNode name="naptr">                          <properties> -                          <help>"NAPTR" record</help> +                          <help>NAPTR record</help>                            <valueHelp>                              <format>txt</format>                              <description>A DNS name relative to the root record</description> @@ -507,25 +535,25 @@                                </leafNode>                                <leafNode name="lookup-srv">                                  <properties> -                                  <help>"S" flag</help> +                                  <help>S flag</help>                                    <valueless/>                                  </properties>                                </leafNode>                                <leafNode name="lookup-a">                                  <properties> -                                  <help>"A" flag</help> +                                  <help>A flag</help>                                    <valueless/>                                  </properties>                                </leafNode>                                <leafNode name="resolve-uri">                                  <properties> -                                  <help>"U" flag</help> +                                  <help>U flag</help>                                    <valueless/>                                  </properties>                                </leafNode>                                <leafNode name="protocol-specific">                                  <properties> -                                  <help>"P" flag</help> +                                  <help>P flag</help>                                    <valueless/>                                  </properties>                                </leafNode> @@ -547,7 +575,7 @@                                    <help>Replacement DNS name</help>                                    <valueHelp>                                      <format>name.example.com</format> -                                    <description>An absolute DNS name</description> +                                    <description>Absolute DNS name</description>                                    </valueHelp>                                    <constraint>                                      <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index ce6603796..94253def3 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -6,6 +6,7 @@        <help>High availability settings</help>      </properties>      <children> +      #include <include/generic-disable-node.xml.i>        <node name="vrrp">          <properties>            <help>Virtual Router Redundancy Protocol settings</help> @@ -95,7 +96,7 @@                #include <include/generic-disable-node.xml.i>                <node name="health-check">                  <properties> -                  <help>Health check script</help> +                  <help>Health check</help>                  </properties>                  <children>                    <leafNode name="failure-count"> @@ -116,6 +117,23 @@                      </properties>                      <defaultValue>60</defaultValue>                    </leafNode> +                  <leafNode name="ping"> +                    <properties> +                      <help>ICMP ping health check</help> +                      <valueHelp> +                        <format>ipv4</format> +                        <description>IPv4 ping target address</description> +                      </valueHelp> +                      <valueHelp> +                        <format>ipv6</format> +                        <description>IPv6 ping target address</description> +                      </valueHelp> +                      <constraint> +                        <validator name="ipv4-address"/> +                        <validator name="ipv6-address"/> +                      </constraint> +                    </properties> +                  </leafNode>                    <leafNode name="script">                      <properties>                        <help>Health check script file</help> diff --git a/interface-definitions/include/accel-ppp/radius-accounting-interim-interval.xml.i b/interface-definitions/include/accel-ppp/radius-accounting-interim-interval.xml.i new file mode 100644 index 000000000..311ef969c --- /dev/null +++ b/interface-definitions/include/accel-ppp/radius-accounting-interim-interval.xml.i @@ -0,0 +1,15 @@ +<!-- include start from accel-ppp/radius-accounting-interim-interval.xml.i --> +<leafNode name="accounting-interim-interval"> +  <properties> +    <help>Interval in seconds to send accounting information</help> +    <valueHelp> +      <format>u32:1-3600</format> +      <description>Interval in seconds to send accounting information</description> +    </valueHelp> +    <constraint> +      <validator name="numeric" argument="--range 1-3600"/> +    </constraint> +    <constraintErrorMessage>Interval value must be between 1 and 3600 seconds</constraintErrorMessage> +  </properties> +</leafNode> +<!-- include end --> diff --git a/interface-definitions/include/accel-ppp/radius-additions.xml.i b/interface-definitions/include/accel-ppp/radius-additions.xml.i index 15ff5165f..cdd0bf300 100644 --- a/interface-definitions/include/accel-ppp/radius-additions.xml.i +++ b/interface-definitions/include/accel-ppp/radius-additions.xml.i @@ -1,6 +1,19 @@  <!-- include start from accel-ppp/radius-additions.xml.i -->  <node name="radius">    <children> +    <leafNode name="accounting-interim-interval"> +      <properties> +        <help>Interval in seconds to send accounting information</help> +        <valueHelp> +          <format>u32:1-3600</format> +          <description>Interval in seconds to send accounting information</description> +        </valueHelp> +        <constraint> +          <validator name="numeric" argument="--range 1-3600"/> +        </constraint> +        <constraintErrorMessage>Interval value must be between 1 and 3600 seconds</constraintErrorMessage> +      </properties> +    </leafNode>      <leafNode name="acct-interim-jitter">        <properties>          <help>Maximum jitter value in seconds to be applied to accounting information interval</help> diff --git a/interface-definitions/include/constraint/login-username.xml.i b/interface-definitions/include/constraint/login-username.xml.i new file mode 100644 index 000000000..09a68b796 --- /dev/null +++ b/interface-definitions/include/constraint/login-username.xml.i @@ -0,0 +1,3 @@ +<!-- include start from constraint/login-username.xml.i --> +<regex>[-_a-zA-Z0-9.]{1,100}</regex> +<!-- include end --> diff --git a/interface-definitions/include/snmp/protocol.xml.i b/interface-definitions/include/protocol-tcp-udp.xml.i index d7e6752ad..d7e6752ad 100644 --- a/interface-definitions/include/snmp/protocol.xml.i +++ b/interface-definitions/include/protocol-tcp-udp.xml.i diff --git a/interface-definitions/include/static/static-route-bfd.xml.i b/interface-definitions/include/static/static-route-bfd.xml.i new file mode 100644 index 000000000..a05a08d12 --- /dev/null +++ b/interface-definitions/include/static/static-route-bfd.xml.i @@ -0,0 +1,37 @@ +<!-- include start from static/static-route-bfd.xml.i --> +<node name="bfd"> +  <properties> +    <help>BFD monitoring</help> +  </properties> +  <children> +    #include <include/bfd/profile.xml.i> +    <node name="multi-hop"> +      <properties> +        <help>Use BFD multi hop session</help> +      </properties> +      <children> +       <tagNode name="source"> +         <properties> +           <help>Use source for BFD session</help> +          <valueHelp> +             <format>ipv4</format> +             <description>IPv4 source address</description> +           </valueHelp> +           <valueHelp> +             <format>ipv6</format> +             <description>IPv6 source address</description> +           </valueHelp> +           <constraint> +             <validator name="ipv4-address"/> +             <validator name="ipv6-address"/> +           </constraint> +         </properties> +         <children> +           #include <include/bfd/profile.xml.i> +         </children> +       </tagNode> +      </children> +    </node> +  </children> +</node> +<!-- include end -->
\ No newline at end of file diff --git a/interface-definitions/include/static/static-route.xml.i b/interface-definitions/include/static/static-route.xml.i index 268cfa005..29921a731 100644 --- a/interface-definitions/include/static/static-route.xml.i +++ b/interface-definitions/include/static/static-route.xml.i @@ -51,6 +51,7 @@          #include <include/static/static-route-distance.xml.i>          #include <include/static/static-route-interface.xml.i>          #include <include/static/static-route-vrf.xml.i> +        #include <include/static/static-route-bfd.xml.i>        </children>      </tagNode>    </children> diff --git a/interface-definitions/include/static/static-route6.xml.i b/interface-definitions/include/static/static-route6.xml.i index 1f8d54108..a83cc230b 100644 --- a/interface-definitions/include/static/static-route6.xml.i +++ b/interface-definitions/include/static/static-route6.xml.i @@ -50,6 +50,7 @@          #include <include/static/static-route-distance.xml.i>          #include <include/static/static-route-interface.xml.i>          #include <include/static/static-route-vrf.xml.i> +        #include <include/static/static-route-bfd.xml.i>        </children>      </tagNode>    </children> diff --git a/interface-definitions/include/syslog-facility.xml.i b/interface-definitions/include/syslog-facility.xml.i new file mode 100644 index 000000000..e6138a122 --- /dev/null +++ b/interface-definitions/include/syslog-facility.xml.i @@ -0,0 +1,149 @@ +<!-- include start from syslog-facility.xml.i --> +<tagNode name="facility"> +  <properties> +    <help>Facility for logging</help> +    <completionHelp> +      <list>auth authpriv cron daemon kern lpr mail mark news syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all</list> +    </completionHelp> +    <constraint> +      <regex>(auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all)</regex> +    </constraint> +    <constraintErrorMessage>Invalid facility type</constraintErrorMessage> +    <valueHelp> +      <format>all</format> +      <description>All facilities excluding "mark"</description> +    </valueHelp> +    <valueHelp> +      <format>auth</format> +      <description>Authentication and authorization</description> +    </valueHelp> +    <valueHelp> +      <format>authpriv</format> +      <description>Non-system authorization</description> +    </valueHelp> +    <valueHelp> +      <format>cron</format> +      <description>Cron daemon</description> +    </valueHelp> +    <valueHelp> +      <format>daemon</format> +      <description>System daemons</description> +    </valueHelp> +    <valueHelp> +      <format>kern</format> +      <description>Kernel</description> +    </valueHelp> +    <valueHelp> +      <format>lpr</format> +      <description>Line printer spooler</description> +    </valueHelp> +    <valueHelp> +      <format>mail</format> +      <description>Mail subsystem</description> +    </valueHelp> +    <valueHelp> +      <format>mark</format> +      <description>Timestamp</description> +    </valueHelp> +    <valueHelp> +      <format>news</format> +      <description>USENET subsystem</description> +    </valueHelp> +    <valueHelp> +      <format>syslog</format> +      <description>Authentication and authorization</description> +    </valueHelp> +    <valueHelp> +      <format>user</format> +      <description>Application processes</description> +    </valueHelp> +    <valueHelp> +      <format>uucp</format> +      <description>UUCP subsystem</description> +    </valueHelp> +    <valueHelp> +      <format>local0</format> +      <description>Local facility 0</description> +    </valueHelp> +    <valueHelp> +      <format>local1</format> +      <description>Local facility 1</description> +    </valueHelp> +    <valueHelp> +      <format>local2</format> +      <description>Local facility 2</description> +    </valueHelp> +    <valueHelp> +      <format>local3</format> +      <description>Local facility 3</description> +    </valueHelp> +    <valueHelp> +      <format>local4</format> +      <description>Local facility 4</description> +    </valueHelp> +    <valueHelp> +      <format>local5</format> +      <description>Local facility 5</description> +    </valueHelp> +    <valueHelp> +      <format>local6</format> +      <description>Local facility 6</description> +    </valueHelp> +    <valueHelp> +      <format>local7</format> +      <description>Local facility 7</description> +    </valueHelp> +  </properties> +  <children> +    <leafNode name="level"> +      <properties> +        <help>Logging level</help> +        <completionHelp> +          <list>emerg alert crit err warning notice info debug all</list> +        </completionHelp> +        <valueHelp> +          <format>emerg</format> +          <description>Emergency messages</description> +        </valueHelp> +        <valueHelp> +          <format>alert</format> +          <description>Urgent messages</description> +        </valueHelp> +        <valueHelp> +          <format>crit</format> +          <description>Critical messages</description> +        </valueHelp> +        <valueHelp> +          <format>err</format> +          <description>Error messages</description> +        </valueHelp> +        <valueHelp> +          <format>warning</format> +          <description>Warning messages</description> +        </valueHelp> +        <valueHelp> +          <format>notice</format> +          <description>Messages for further investigation</description> +        </valueHelp> +        <valueHelp> +          <format>info</format> +          <description>Informational messages</description> +        </valueHelp> +        <valueHelp> +          <format>debug</format> +          <description>Debug messages</description> +        </valueHelp> +        <valueHelp> +          <format>all</format> +          <description>Log everything</description> +        </valueHelp> +        <constraint> +          <regex>(emerg|alert|crit|err|warning|notice|info|debug|all)</regex> +        </constraint> +        <constraintErrorMessage>Invalid loglevel</constraintErrorMessage> +      </properties> +      <defaultValue>err</defaultValue> +    </leafNode> +  </children> +</tagNode> +<!-- include end --> diff --git a/interface-definitions/include/version/firewall-version.xml.i b/interface-definitions/include/version/firewall-version.xml.i index bc04f8d51..c32484542 100644 --- a/interface-definitions/include/version/firewall-version.xml.i +++ b/interface-definitions/include/version/firewall-version.xml.i @@ -1,3 +1,3 @@  <!-- include start from include/version/firewall-version.xml.i --> -<syntaxVersion component='firewall' version='9'></syntaxVersion> +<syntaxVersion component='firewall' version='10'></syntaxVersion>  <!-- include end --> diff --git a/interface-definitions/include/version/system-version.xml.i b/interface-definitions/include/version/system-version.xml.i index b7650c782..73df8bd8e 100644 --- a/interface-definitions/include/version/system-version.xml.i +++ b/interface-definitions/include/version/system-version.xml.i @@ -1,3 +1,3 @@  <!-- include start from include/version/system-version.xml.i --> -<syntaxVersion component='system' version='25'></syntaxVersion> +<syntaxVersion component='system' version='26'></syntaxVersion>  <!-- include end --> diff --git a/interface-definitions/interfaces-virtual-ethernet.xml.in b/interface-definitions/interfaces-virtual-ethernet.xml.in index 864f658da..a5702bfc0 100644 --- a/interface-definitions/interfaces-virtual-ethernet.xml.in +++ b/interface-definitions/interfaces-virtual-ethernet.xml.in @@ -22,6 +22,7 @@            #include <include/interface/dhcpv6-options.xml.i>            #include <include/interface/disable.xml.i>            #include <include/interface/vrf.xml.i> +          #include <include/interface/netns.xml.i>            <leafNode name="peer-name">              <properties>                <help>Virtual ethernet peer interface name</help> diff --git a/interface-definitions/lldp.xml.in b/interface-definitions/lldp.xml.in index b9ffe234c..738bb11c1 100644 --- a/interface-definitions/lldp.xml.in +++ b/interface-definitions/lldp.xml.in @@ -20,7 +20,7 @@                  <description>Location data for a specific interface</description>                </valueHelp>                <completionHelp> -                <script>${vyatta_sbindir}/vyatta-interfaces.pl --show all</script> +                <script>${vyos_completion_dir}/list_interfaces</script>                  <list>all</list>                </completionHelp>              </properties> diff --git a/interface-definitions/load-balancing-wan.xml.in b/interface-definitions/load-balancing-wan.xml.in index c1d7e2c67..3a2c111ac 100644 --- a/interface-definitions/load-balancing-wan.xml.in +++ b/interface-definitions/load-balancing-wan.xml.in @@ -3,6 +3,7 @@    <node name="load-balancing">      <properties>        <help>Configure load-balancing</help> +      <priority>900</priority>      </properties>      <children>        <node name="wan" owner="${vyos_conf_scripts_dir}/load-balancing-wan.py"> @@ -59,6 +60,7 @@                      <validator name="numeric" argument="--range 1-10"/>                    </constraint>                  </properties> +                <defaultValue>1</defaultValue>                </leafNode>                <leafNode name="nexthop">                  <properties> @@ -91,6 +93,7 @@                      <validator name="numeric" argument="--range 1-10"/>                    </constraint>                  </properties> +                <defaultValue>1</defaultValue>                </leafNode>                <tagNode name="test">                  <properties> @@ -115,6 +118,7 @@                          <validator name="numeric" argument="--range 1-30"/>                        </constraint>                      </properties> +                    <defaultValue>5</defaultValue>                    </leafNode>                    <leafNode name="target">                      <properties> @@ -151,6 +155,7 @@                          <validator name="numeric" argument="--range 1-254"/>                        </constraint>                      </properties> +                    <defaultValue>1</defaultValue>                    </leafNode>                    <leafNode name="type">                      <properties> @@ -242,6 +247,7 @@                        </constraint>                        <constraintErrorMessage>Weight must be between 1 and 255</constraintErrorMessage>                      </properties> +                    <defaultValue>1</defaultValue>                    </leafNode>                  </children>                </tagNode> @@ -261,6 +267,7 @@                          <validator name="numeric" argument="--range 0-4294967295"/>                        </constraint>                      </properties> +                    <defaultValue>5</defaultValue>                    </leafNode>                    <leafNode name="period">                      <properties> @@ -284,6 +291,7 @@                          <regex>(hour|minute|second)</regex>                        </constraint>                      </properties> +                    <defaultValue>second</defaultValue>                    </leafNode>                    <leafNode name="rate">                      <properties> @@ -296,6 +304,7 @@                          <validator name="numeric" argument="--range 0-4294967295"/>                        </constraint>                      </properties> +                    <defaultValue>5</defaultValue>                    </leafNode>                    <leafNode name="threshold">                      <properties> @@ -315,6 +324,7 @@                          <regex>(above|below)</regex>                        </constraint>                      </properties> +                    <defaultValue>below</defaultValue>                    </leafNode>                  </children>                </node> @@ -355,6 +365,7 @@                      <validator name="ip-protocol"/>                    </constraint>                  </properties> +                <defaultValue>all</defaultValue>                </leafNode>                <node name="source">                  <properties> diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index 7d5fe79ef..02828c4f6 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -971,6 +971,65 @@                        </constraint>                      </properties>                    </leafNode> +                  <leafNode name="protocol"> +                    <properties> +                      <help>Match protocol via which the route was learnt</help> +                      <completionHelp> +                        <list>babel bgp connected isis kernel ospf ospfv3 rip ripng static table vnc</list> +                      </completionHelp> +                      <valueHelp> +                        <format>babel</format> +                        <description>Babel routing protocol (Babel)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>bgp</format> +                        <description>Border Gateway Protocol (BGP)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>connected</format> +                        <description>Connected routes (directly attached subnet or host)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>isis</format> +                        <description>Intermediate System to Intermediate System (IS-IS)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>kernel</format> +                        <description>Kernel routes</description> +                      </valueHelp> +                      <valueHelp> +                        <format>ospf</format> +                        <description>Open Shortest Path First (OSPFv2)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>ospfv3</format> +                        <description>Open Shortest Path First (IPv6) (OSPFv3)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>rip</format> +                        <description>Routing Information Protocol (RIP)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>ripng</format> +                        <description>Routing Information Protocol next-generation (IPv6) (RIPng)</description> +                      </valueHelp> +                      <valueHelp> +                        <format>static</format> +                        <description>Statically configured routes</description> +                      </valueHelp> +                      <valueHelp> +                        <format>table</format> +                        <description>Non-main Kernel Routing Table</description> +                      </valueHelp> +                      <valueHelp> +                        <format>vnc</format> +                        <description>Virtual Network Control (VNC)</description> +                      </valueHelp> +                      <constraint> +                        <regex>(babel|bgp|connected|isis|kernel|ospf|ospfv3|rip|ripng|static|table|vnc)</regex> +                      </constraint> +                    </properties> +                  </leafNode>                    <leafNode name="rpki">                      <properties>                        <help>Match RPKI validation result</help> diff --git a/interface-definitions/protocols-failover.xml.in b/interface-definitions/protocols-failover.xml.in index a8c5c717f..c0caec68e 100644 --- a/interface-definitions/protocols-failover.xml.in +++ b/interface-definitions/protocols-failover.xml.in @@ -37,6 +37,26 @@                        <help>Check target options</help>                      </properties>                      <children> +                      <leafNode name="policy"> +                        <properties> +                          <help>Policy for check targets</help> +                          <completionHelp> +                            <list>any-available all-available</list> +                          </completionHelp> +                          <valueHelp> +                            <format>all-available</format> +                            <description>All targets must be alive</description> +                          </valueHelp> +                          <valueHelp> +                            <format>any-available</format> +                            <description>Any target must be alive</description> +                          </valueHelp> +                          <constraint> +                            <regex>(all-available|any-available)</regex> +                          </constraint> +                        </properties> +                        <defaultValue>any-available</defaultValue> +                      </leafNode>                        #include <include/port-number.xml.i>                        <leafNode name="target">                          <properties> diff --git a/interface-definitions/snmp.xml.in b/interface-definitions/snmp.xml.in index 559e09388..6527cabd6 100644 --- a/interface-definitions/snmp.xml.in +++ b/interface-definitions/snmp.xml.in @@ -143,7 +143,7 @@                <multi/>              </properties>            </leafNode> -          #include <include/snmp/protocol.xml.i> +          #include <include/protocol-tcp-udp.xml.i>            <leafNode name="smux-peer">              <properties>                <help>Register a subtree for SMUX-based processing</help> @@ -327,7 +327,7 @@                        #include <include/snmp/privacy-type.xml.i>                      </children>                    </node> -                  #include <include/snmp/protocol.xml.i> +                  #include <include/protocol-tcp-udp.xml.i>                    <leafNode name="type">                      <properties>                        <help>Specifies the type of notification between inform and trap</help> diff --git a/interface-definitions/system-login.xml.in b/interface-definitions/system-login.xml.in index 258913929..be4f53c3b 100644 --- a/interface-definitions/system-login.xml.in +++ b/interface-definitions/system-login.xml.in @@ -12,7 +12,7 @@              <properties>                <help>Local user account information</help>                <constraint> -                <regex>[-_a-zA-Z0-9.]{1,100}</regex> +                #include <include/constraint/login-username.xml.i>                </constraint>                <constraintErrorMessage>Username contains illegal characters or\nexceeds 100 character limitation.</constraintErrorMessage>              </properties> diff --git a/interface-definitions/system-syslog.xml.in b/interface-definitions/system-syslog.xml.in index 90c3de5c1..cd5c514a8 100644 --- a/interface-definitions/system-syslog.xml.in +++ b/interface-definitions/system-syslog.xml.in @@ -11,175 +11,25 @@            <tagNode name="user">              <properties>                <help>Logging to specific terminal of given user</help> +              <completionHelp> +                <path>system login user</path> +              </completionHelp> +              <valueHelp> +                <format>txt</format> +                <description>Local user account</description> +              </valueHelp>                <constraint> -                <regex>[a-z_][a-z0-9_-]{1,31}[$]?</regex> +                #include <include/constraint/login-username.xml.i>                </constraint>                <constraintErrorMessage>illegal characters in user</constraintErrorMessage> -              <valueHelp> -                <format>username</format> -                <description>user login name</description> -              </valueHelp>              </properties>              <children> -              <tagNode name="facility"> -                <properties> -                  <help>Facility for logging</help> -                  <completionHelp> -                    <list>auth authpriv cron daemon kern lpr mail mark news protocols security syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all</list> -                  </completionHelp> -                  <constraint> -                    <regex>(auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all)</regex> -                  </constraint> -                  <constraintErrorMessage>Invalid facility type</constraintErrorMessage> -                  <valueHelp> -                    <format>all</format> -                    <description>All facilities excluding "mark"</description> -                  </valueHelp> -                  <valueHelp> -                    <format>auth</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>authpriv</format> -                    <description>Non-system authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>cron</format> -                    <description>Cron daemon</description> -                  </valueHelp> -                  <valueHelp> -                    <format>daemon</format> -                    <description>System daemons</description> -                  </valueHelp> -                  <valueHelp> -                    <format>kern</format> -                    <description>Kernel</description> -                  </valueHelp> -                  <valueHelp> -                    <format>lpr</format> -                    <description>Line printer spooler</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mail</format> -                    <description>Mail subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mark</format> -                    <description>Timestamp</description> -                  </valueHelp> -                  <valueHelp> -                    <format>news</format> -                    <description>USENET subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>protocols</format> -                    <description>depricated will be set to local7</description> -                  </valueHelp> -                  <valueHelp> -                    <format>security</format> -                    <description>depricated will be set to auth</description> -                  </valueHelp> -                  <valueHelp> -                    <format>syslog</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>user</format> -                    <description>Application processes</description> -                  </valueHelp> -                  <valueHelp> -                    <format>uucp</format> -                    <description>UUCP subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local0</format> -                    <description>Local facility 0</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local1</format> -                    <description>Local facility 1</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local2</format> -                    <description>Local facility 2</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local3</format> -                    <description>Local facility 3</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local4</format> -                    <description>Local facility 4</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local5</format> -                    <description>Local facility 5</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local6</format> -                    <description>Local facility 6</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local7</format> -                    <description>Local facility 7</description> -                  </valueHelp> -                </properties> -                <children> -                  <leafNode name="level"> -                    <properties> -                      <help>Logging level</help> -                      <completionHelp> -                        <list>emerg alert crit err warning notice info debug all</list> -                      </completionHelp> -                      <constraint> -                        <regex>(emerg|alert|crit|err|warning|notice|info|debug|all)</regex> -                      </constraint> -                      <constraintErrorMessage>Invalid loglevel</constraintErrorMessage> -                      <valueHelp> -                        <format>emerg</format> -                        <description>Emergency messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>alert</format> -                        <description>Urgent messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>crit</format> -                        <description>Critical messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>err</format> -                        <description>Error messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>warning</format> -                        <description>Warning messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>notice</format> -                        <description>Messages for further investigation</description> -                      </valueHelp> -                      <valueHelp> -                        <format>info</format> -                        <description>Informational messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>debug</format> -                        <description>Debug messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>all</format> -                        <description>Log everything</description> -                      </valueHelp> -                    </properties> -                  </leafNode> -                </children> -              </tagNode> +              #include <include/syslog-facility.xml.i>              </children>            </tagNode>            <tagNode name="host">              <properties> -              <help>Logging to a remote host</help> +              <help>Logging to remote host</help>                <constraint>                  <validator name="ip-address"/>                  <validator name="fqdn"/> @@ -190,186 +40,21 @@                  <description>Remote syslog server IPv4 address</description>                </valueHelp>                <valueHelp> +                <format>ipv6</format> +                <description>Remote syslog server IPv6 address</description> +              </valueHelp> +              <valueHelp>                  <format>hostname</format>                  <description>Remote syslog server FQDN</description>                </valueHelp>              </properties>              <children>                #include <include/port-number.xml.i> -              <tagNode name="facility"> -                <properties> -                  <help>Facility for logging</help> -                  <completionHelp> -                    <list>auth authpriv cron daemon kern lpr mail mark news protocols security syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all</list> -                  </completionHelp> -                  <constraint> -                    <regex>(auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all)</regex> -                  </constraint> -                  <constraintErrorMessage>Invalid facility type</constraintErrorMessage> -                  <valueHelp> -                    <format>all</format> -                    <description>All facilities excluding "mark"</description> -                  </valueHelp> -                  <valueHelp> -                    <format>auth</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>authpriv</format> -                    <description>Non-system authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>cron</format> -                    <description>Cron daemon</description> -                  </valueHelp> -                  <valueHelp> -                    <format>daemon</format> -                    <description>System daemons</description> -                  </valueHelp> -                  <valueHelp> -                    <format>kern</format> -                    <description>Kernel</description> -                  </valueHelp> -                  <valueHelp> -                    <format>lpr</format> -                    <description>Line printer spooler</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mail</format> -                    <description>Mail subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mark</format> -                    <description>Timestamp</description> -                  </valueHelp> -                  <valueHelp> -                    <format>news</format> -                    <description>USENET subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>protocols</format> -                    <description>depricated will be set to local7</description> -                  </valueHelp> -                  <valueHelp> -                    <format>security</format> -                    <description>depricated will be set to auth</description> -                  </valueHelp> -                  <valueHelp> -                    <format>syslog</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>user</format> -                    <description>Application processes</description> -                  </valueHelp> -                  <valueHelp> -                    <format>uucp</format> -                    <description>UUCP subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local0</format> -                    <description>Local facility 0</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local1</format> -                    <description>Local facility 1</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local2</format> -                    <description>Local facility 2</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local3</format> -                    <description>Local facility 3</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local4</format> -                    <description>Local facility 4</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local5</format> -                    <description>Local facility 5</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local6</format> -                    <description>Local facility 6</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local7</format> -                    <description>Local facility 7</description> -                  </valueHelp> -                </properties> -                <children> -                  <leafNode name="protocol"> -                    <properties> -                      <help>syslog communication protocol</help> -                      <valueHelp> -                        <format>udp</format> -                        <description>send log messages to remote syslog server over udp</description> -                      </valueHelp> -                      <valueHelp> -                        <format>tcp</format> -                        <description>send log messages to remote syslog server over tcp</description> -                      </valueHelp> -                      <completionHelp> -                        <list>udp tcp</list> -                      </completionHelp> -                      <constraint> -                        <regex>(udp|tcp)</regex> -                      </constraint> -                      <constraintErrorMessage>invalid protocol name</constraintErrorMessage> -                    </properties> -                  </leafNode> -                  <leafNode name="level"> -                    <properties> -                      <help>Logging level</help> -                      <completionHelp> -                        <list>emerg alert crit err warning notice info debug all</list> -                      </completionHelp> -                      <constraint> -                        <regex>(emerg|alert|crit|err|warning|notice|info|debug|all)</regex> -                      </constraint> -                      <constraintErrorMessage>Invalid loglevel</constraintErrorMessage> -                      <valueHelp> -                        <format>emerg</format> -                        <description>Emergency messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>alert</format> -                        <description>Urgent messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>crit</format> -                        <description>Critical messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>err</format> -                        <description>Error messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>warning</format> -                        <description>Warning messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>notice</format> -                        <description>Messages for further investigation</description> -                      </valueHelp> -                      <valueHelp> -                        <format>info</format> -                        <description>Informational messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>debug</format> -                        <description>Debug messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>all</format> -                        <description>Log everything</description> -                      </valueHelp> -                    </properties> -                  </leafNode> -                </children> -              </tagNode> +              <leafNode name="port"> +                <defaultValue>514</defaultValue> +              </leafNode> +              #include <include/protocol-tcp-udp.xml.i> +              #include <include/syslog-facility.xml.i>                <node name="format">                  <properties>                    <help>Logging format</help> @@ -390,160 +75,7 @@                <help>Logging to system standard location</help>              </properties>              <children> -              <tagNode name="facility"> -                <properties> -                  <help>Facility for logging</help> -                  <completionHelp> -                    <list>auth authpriv cron daemon kern lpr mail mark news protocols security syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all</list> -                  </completionHelp> -                  <constraint> -                    <regex>(auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all)</regex> -                  </constraint> -                  <constraintErrorMessage>Invalid facility type</constraintErrorMessage> -                  <valueHelp> -                    <format>all</format> -                    <description>All facilities excluding "mark"</description> -                  </valueHelp> -                  <valueHelp> -                    <format>auth</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>authpriv</format> -                    <description>Non-system authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>cron</format> -                    <description>Cron daemon</description> -                  </valueHelp> -                  <valueHelp> -                    <format>daemon</format> -                    <description>System daemons</description> -                  </valueHelp> -                  <valueHelp> -                    <format>kern</format> -                    <description>Kernel</description> -                  </valueHelp> -                  <valueHelp> -                    <format>lpr</format> -                    <description>Line printer spooler</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mail</format> -                    <description>Mail subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mark</format> -                    <description>Timestamp</description> -                  </valueHelp> -                  <valueHelp> -                    <format>news</format> -                    <description>USENET subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>protocols</format> -                    <description>depricated will be set to local7</description> -                  </valueHelp> -                  <valueHelp> -                    <format>security</format> -                    <description>depricated will be set to auth</description> -                  </valueHelp> -                  <valueHelp> -                    <format>syslog</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>user</format> -                    <description>Application processes</description> -                  </valueHelp> -                  <valueHelp> -                    <format>uucp</format> -                    <description>UUCP subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local0</format> -                    <description>Local facility 0</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local1</format> -                    <description>Local facility 1</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local2</format> -                    <description>Local facility 2</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local3</format> -                    <description>Local facility 3</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local4</format> -                    <description>Local facility 4</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local5</format> -                    <description>Local facility 5</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local6</format> -                    <description>Local facility 6</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local7</format> -                    <description>Local facility 7</description> -                  </valueHelp> -                </properties> -                <children> -                  <leafNode name="level"> -                    <properties> -                      <help>Logging level</help> -                      <completionHelp> -                        <list>emerg alert crit err warning notice info debug all</list> -                      </completionHelp> -                      <constraint> -                        <regex>(emerg|alert|crit|err|warning|notice|info|debug|all)</regex> -                      </constraint> -                      <constraintErrorMessage>Invalid loglevel</constraintErrorMessage> -                      <valueHelp> -                        <format>emerg</format> -                        <description>Emergency messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>alert</format> -                        <description>Urgent messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>crit</format> -                        <description>Critical messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>err</format> -                        <description>Error messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>warning</format> -                        <description>Warning messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>notice</format> -                        <description>Messages for further investigation</description> -                      </valueHelp> -                      <valueHelp> -                        <format>info</format> -                        <description>Informational messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>debug</format> -                        <description>Debug messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>all</format> -                        <description>Log everything</description> -                      </valueHelp> -                    </properties> -                  </leafNode> -                </children> -              </tagNode> +              #include <include/syslog-facility.xml.i>                <node name="marker">                  <properties>                    <help>mark messages sent to syslog</help> @@ -551,18 +83,19 @@                  <children>                    <leafNode name="interval">                      <properties> -                      <help>time interval how often a mark message is being sent in seconds (default: 1200)</help> +                      <help>time interval how often a mark message is being sent in seconds</help>                        <constraint>                          <validator name="numeric" argument="--positive"/>                        </constraint>                      </properties> +                    <defaultValue>1200</defaultValue>                    </leafNode>                  </children>                </node> -              <leafNode name ="preserve-fqdn"> +              <leafNode name="preserve-fqdn">                  <properties>                    <help>uses FQDN for logging</help> -                  <valueless /> +                  <valueless/>                  </properties>                </leafNode>              </children> @@ -583,178 +116,27 @@                  <children>                    <leafNode name="file">                      <properties> -                      <help>Number of saved files (default is 5)</help> +                      <help>Number of saved files</help>                        <constraint>                          <regex>[0-9]+</regex>                        </constraint>                        <constraintErrorMessage>illegal characters in number of files</constraintErrorMessage>                      </properties> +                    <defaultValue>5</defaultValue>                    </leafNode>                    <leafNode name="size">                      <properties> -                      <help>Size of log files (in kbytes, default is 256)</help> +                      <help>Size of log files in kbytes</help>                        <constraint>                          <regex>[0-9]+</regex>                        </constraint>                        <constraintErrorMessage>illegal characters in size</constraintErrorMessage>                      </properties> +                    <defaultValue>256</defaultValue>                    </leafNode>                  </children>                </node> -              <tagNode name="facility"> -                <properties> -                  <help>Facility for logging</help> -                  <completionHelp> -                    <list>auth authpriv cron daemon kern lpr mail mark news protocols security syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all</list> -                  </completionHelp> -                  <constraint> -                    <regex>(auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all)</regex> -                  </constraint> -                  <constraintErrorMessage>Invalid facility type</constraintErrorMessage> -                  <valueHelp> -                    <format>all</format> -                    <description>All facilities excluding "mark"</description> -                  </valueHelp> -                  <valueHelp> -                    <format>auth</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>authpriv</format> -                    <description>Non-system authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>cron</format> -                    <description>Cron daemon</description> -                  </valueHelp> -                  <valueHelp> -                    <format>daemon</format> -                    <description>System daemons</description> -                  </valueHelp> -                  <valueHelp> -                    <format>kern</format> -                    <description>Kernel</description> -                  </valueHelp> -                  <valueHelp> -                    <format>lpr</format> -                    <description>Line printer spooler</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mail</format> -                    <description>Mail subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mark</format> -                    <description>Timestamp</description> -                  </valueHelp> -                  <valueHelp> -                    <format>news</format> -                    <description>USENET subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>protocols</format> -                    <description>depricated will be set to local7</description> -                  </valueHelp> -                  <valueHelp> -                    <format>security</format> -                    <description>depricated will be set to auth</description> -                  </valueHelp> -                  <valueHelp> -                    <format>syslog</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>user</format> -                    <description>Application processes</description> -                  </valueHelp> -                  <valueHelp> -                    <format>uucp</format> -                    <description>UUCP subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local0</format> -                    <description>Local facility 0</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local1</format> -                    <description>Local facility 1</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local2</format> -                    <description>Local facility 2</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local3</format> -                    <description>Local facility 3</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local4</format> -                    <description>Local facility 4</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local5</format> -                    <description>Local facility 5</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local6</format> -                    <description>Local facility 6</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local7</format> -                    <description>Local facility 7</description> -                  </valueHelp> -                </properties> -                <children> -                  <leafNode name="level"> -                    <properties> -                      <help>Logging level</help> -                      <completionHelp> -                        <list>emerg alert crit err warning notice info debug all</list> -                      </completionHelp> -                      <constraint> -                        <regex>(emerg|alert|crit|err|warning|notice|info|debug|all)</regex> -                      </constraint> -                      <constraintErrorMessage>Invalid loglevel</constraintErrorMessage> -                      <valueHelp> -                        <format>emerg</format> -                        <description>Emergency messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>alert</format> -                        <description>Urgent messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>crit</format> -                        <description>Critical messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>err</format> -                        <description>Error messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>warning</format> -                        <description>Warning messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>notice</format> -                        <description>Messages for further investigation</description> -                      </valueHelp> -                      <valueHelp> -                        <format>info</format> -                        <description>Informational messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>debug</format> -                        <description>Debug messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>all</format> -                        <description>Log everything</description> -                      </valueHelp> -                    </properties> -                  </leafNode> -                </children> -              </tagNode> +              #include <include/syslog-facility.xml.i>              </children>            </tagNode>            <node name="console"> @@ -762,162 +144,10 @@                <help>logging to serial console</help>              </properties>              <children> -              <tagNode name="facility"> -                <properties> -                  <help>Facility for logging</help> -                  <completionHelp> -                    <list>auth authpriv cron daemon kern lpr mail mark news protocols security syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7 all</list> -                  </completionHelp> -                  <constraint> -                    <regex>(auth|authpriv|cron|daemon|kern|lpr|mail|mark|news|protocols|security|syslog|user|uucp|local0|local1|local2|local3|local4|local5|local6|local7|all)</regex> -                  </constraint> -                  <constraintErrorMessage>Invalid facility type</constraintErrorMessage> -                  <valueHelp> -                    <format>all</format> -                    <description>All facilities excluding "mark"</description> -                  </valueHelp> -                  <valueHelp> -                    <format>auth</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>authpriv</format> -                    <description>Non-system authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>cron</format> -                    <description>Cron daemon</description> -                  </valueHelp> -                  <valueHelp> -                    <format>daemon</format> -                    <description>System daemons</description> -                  </valueHelp> -                  <valueHelp> -                    <format>kern</format> -                    <description>Kernel</description> -                  </valueHelp> -                  <valueHelp> -                    <format>lpr</format> -                    <description>Line printer spooler</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mail</format> -                    <description>Mail subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>mark</format> -                    <description>Timestamp</description> -                  </valueHelp> -                  <valueHelp> -                    <format>news</format> -                    <description>USENET subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>protocols</format> -                    <description>depricated will be set to local7</description> -                  </valueHelp> -                  <valueHelp> -                    <format>security</format> -                    <description>depricated will be set to auth</description> -                  </valueHelp> -                  <valueHelp> -                    <format>syslog</format> -                    <description>Authentication and authorization</description> -                  </valueHelp> -                  <valueHelp> -                    <format>user</format> -                    <description>Application processes</description> -                  </valueHelp> -                  <valueHelp> -                    <format>uucp</format> -                    <description>UUCP subsystem</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local0</format> -                    <description>Local facility 0</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local1</format> -                    <description>Local facility 1</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local2</format> -                    <description>Local facility 2</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local3</format> -                    <description>Local facility 3</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local4</format> -                    <description>Local facility 4</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local5</format> -                    <description>Local facility 5</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local6</format> -                    <description>Local facility 6</description> -                  </valueHelp> -                  <valueHelp> -                    <format>local7</format> -                    <description>Local facility 7</description> -                  </valueHelp> -                </properties> -                <children> -                  <leafNode name="level"> -                    <properties> -                      <help>Logging level</help> -                      <completionHelp> -                        <list>emerg alert crit err warning notice info debug all</list> -                      </completionHelp> -                      <constraint> -                        <regex>(emerg|alert|crit|err|warning|notice|info|debug|all)</regex> -                      </constraint> -                      <constraintErrorMessage>Invalid loglevel</constraintErrorMessage> -                      <valueHelp> -                        <format>emerg</format> -                        <description>Emergency messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>alert</format> -                        <description>Urgent messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>crit</format> -                        <description>Critical messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>err</format> -                        <description>Error messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>warning</format> -                        <description>Warning messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>notice</format> -                        <description>Messages for further investigation</description> -                      </valueHelp> -                      <valueHelp> -                        <format>info</format> -                        <description>Informational messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>debug</format> -                        <description>Debug messages</description> -                      </valueHelp> -                      <valueHelp> -                        <format>all</format> -                        <description>Log everything</description> -                      </valueHelp> -                    </properties> -                  </leafNode> -                </children> -              </tagNode> +              #include <include/syslog-facility.xml.i>              </children>            </node> +          #include <include/interface/vrf.xml.i>          </children>        </node>      </children> diff --git a/interface-definitions/vpn-l2tp.xml.in b/interface-definitions/vpn-l2tp.xml.in index 6b64c5f5d..ec186cd23 100644 --- a/interface-definitions/vpn-l2tp.xml.in +++ b/interface-definitions/vpn-l2tp.xml.in @@ -177,6 +177,7 @@                    #include <include/radius-auth-server-ipv4.xml.i>                    <node name="radius">                      <children> +                      #include <include/accel-ppp/radius-accounting-interim-interval.xml.i>                        <tagNode name="server">                          <children>                            #include <include/accel-ppp/radius-additions-disable-accounting.xml.i> diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index a7efe146a..3783785ce 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -121,7 +121,20 @@                <constraintErrorMessage>VRF routing table must be in range from 100 to 65535</constraintErrorMessage>              </properties>            </leafNode> -          #include <include/vni.xml.i> +          <leafNode name="vni" owner="${vyos_conf_scripts_dir}/vrf_vni.py $VAR(../@)"> +            <properties> +              <help>Virtual Network Identifier</help> +              <!-- must be after BGP to keep correct order when removing L3VNIs in FRR --> +              <priority>822</priority> +              <valueHelp> +                <format>u32:0-16777214</format> +                <description>VXLAN virtual network identifier</description> +              </valueHelp> +              <constraint> +                <validator name="numeric" argument="--range 0-16777214"/> +              </constraint> +            </properties> +          </leafNode>          </children>        </tagNode>      </children> | 
