summaryrefslogtreecommitdiff
path: root/interface-definitions/include/interface-source-validation.xml.i
blob: 32cec464e2a4f76105a00d4bcf2673881018e963 (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
<!-- included start from interface-source-validation.xml.i -->
<leafNode name="source-validation">
  <properties>
    <help>Source validation by reversed path (RFC3704)</help>
    <completionHelp>
      <list>strict loose disable</list>
    </completionHelp>
    <valueHelp>
      <format>strict</format>
      <description>Enable Strict Reverse Path Forwarding as defined in RFC3704</description>
    </valueHelp>
    <valueHelp>
      <format>loose</format>
      <description>Enable Loose Reverse Path Forwarding as defined in RFC3704</description>
    </valueHelp>
    <valueHelp>
      <format>disable</format>
      <description>No source validation</description>
    </valueHelp>
    <constraint>
      <regex>^(strict|loose|disable)$</regex>
    </constraint>
  </properties>
</leafNode>
<!-- included end -->