diff options
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/dns-forwarding.xml.in | 4 | ||||
| -rw-r--r-- | interface-definitions/policy.xml.in | 20 | 
2 files changed, 24 insertions, 0 deletions
| diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 3de0dc0eb..409028572 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -605,6 +605,10 @@                  </properties>                </leafNode>                #include <include/listen-address.xml.i> +              #include <include/port-number.xml.i> +              <leafNode name="port"> +                <defaultValue>53</defaultValue> +              </leafNode>                <leafNode name="negative-ttl">                  <properties>                    <help>Maximum amount of time negative entries are cached</help> diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index 6c60276d5..b3745fda0 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -1356,6 +1356,26 @@                        </leafNode>                      </children>                    </node> +                  <node name="l3vpn-nexthop"> +                    <properties> +                      <help>Next hop Information</help> +                    </properties> +                    <children> +                      <node name="encapsulation"> +                        <properties> +                          <help>Encapsulation options (for BGP only)</help> +                        </properties> +                        <children> +                          <leafNode name="gre"> +                            <properties> +                              <help>Accept L3VPN traffic over GRE encapsulation</help> +                              <valueless/> +                            </properties> +                          </leafNode> +                        </children> +                       </node> +                    </children> +                  </node>                    <leafNode name="local-preference">                      <properties>                        <help>BGP local preference attribute</help> | 
