summaryrefslogtreecommitdiff
path: root/interface-definitions/bcast-relay.xml
blob: 0e2f264258ea5b7593b32b4f3087fd843286db90 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0"?>

<!-- UDP broadcast relay configuration -->

<interfaceDefinition>
  <node name="service">
    <children>
      <node name="bcast-relay">
        <properties>
          <help>UDP Broadcast Relay parameters</help>
        </properties>
        <children>
          <tagNode name="id" owner="${vyos_sbindir}/vyos-config-bcast-relay.py">
            <properties>
              <help>Unique ID for each UDP port to forward</help>
              <valueHelp>
                <format>u32:1-99</format>
                <description>Numerical ID #</description>
              </valueHelp>
              <type>u32</type>
              <priority>990</priority>
            </properties>
            <children>
              <leafNode name="address">
                <properties>
                  <help>Set source IP of forwarded packets, otherwise original senders address is used</help>
                  <valueHelp>
                    <format>ipv4</format>
                    <description>Optional source address for forwarded packets</description>
                  </valueHelp>
                  <type>ipv4</type>
                </properties>
              </leafNode>
              <leafNode name="description">
                <properties>
                  <help>Description</help>
                </properties>
              </leafNode>
              <leafNode name="interface">
                <properties>
                  <help>Interface to repeat UDP broadcasts to [REQUIRED]</help>
                  <completionHelp>
                    <script>${vyatta_sbindir}/vyatta-interfaces.pl --show all</script>
                  </completionHelp>
                  <multi/>
                </properties>
              </leafNode>
              <leafNode name="port">
                <properties>
                  <help>Destination or source port to listen and retransmit on [REQUIRED]</help>
                  <valueHelp>
                    <format>u32:1-65535</format>
                    <description>UDP port to listen on</description>
                  </valueHelp>
                  <type>u32</type>
                </properties>
              </leafNode>
            </children>
          </tagNode>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>