summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols_bgp.xml.in
blob: 261055e92d4fddd6e2f66069b369b0961a4d65c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="protocols">
    <children>
      <node name="bgp" owner="${vyos_conf_scripts_dir}/protocols_bgp.py">
        <properties>
          <help>Border Gateway Protocol (BGP)</help>
          <priority>820</priority>
        </properties>
        <children>
          #include <include/bgp/protocol-common-config.xml.i>
          <node name="parameters">
            <children>
              <leafNode name="input-queue-limit">
                <properties>
                  <help>Input queue limit for all peers when messaging parsing</help>
                  <valueHelp>
                    <format>u32:1-4294967295</format>
                    <description>Queue limit, increase only if you have the memory to handle large queues</description>
                  </valueHelp>
                  <constraint>
                    <validator name="numeric" argument="--range 1-4294967295"/>
                  </constraint>
                </properties>
                <defaultValue>10000</defaultValue>
              </leafNode>
              <leafNode name="output-queue-limit">
                <properties>
                  <help>Output queue limit for all peers when messaging parsing</help>
                  <valueHelp>
                    <format>u32:1-4294967295</format>
                    <description>Queue limit, increase only if you have the memory to handle large queues</description>
                  </valueHelp>
                  <constraint>
                    <validator name="numeric" argument="--range 1-4294967295"/>
                  </constraint>
                </properties>
                <defaultValue>10000</defaultValue>
              </leafNode>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>