summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-macsec.xml.in
blob: 02e6e7b3f41139140a4e5f14a0ab04c3c28a6957 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="interfaces">
    <children>
      <tagNode name="macsec" owner="${vyos_conf_scripts_dir}/interfaces-macsec.py">
        <properties>
          <help>MACsec Interface (802.1ae)</help>
          <priority>319</priority>
          <constraint>
            <regex>^macsec[0-9]+$</regex>
          </constraint>
          <constraintErrorMessage>MACsec interface must be named macsecN</constraintErrorMessage>
          <valueHelp>
            <format>macsecN</format>
            <description>MACsec interface name</description>
          </valueHelp>
        </properties>
        <children>
          #include <include/address-ipv4-ipv6.xml.i>
          <node name="security">
            <properties>
              <help>Security/Encryption Settings</help>
            </properties>
            <children>
              <leafNode name="cipher">
                <properties>
                  <help>Cipher suite used</help>
                  <completionHelp>
                    <list>gcm-aes-128</list>
                  </completionHelp>
                  <valueHelp>
                    <format>gcm-aes-128</format>
                    <description>Galois/Counter Mode of AES cipher with 128-bit key (default)</description>
                  </valueHelp>
                  <constraint>
                    <regex>(gcm-aes-128)</regex>
                  </constraint>
                </properties>
              </leafNode>
              <leafNode name="encrypt">
                <properties>
                  <help>Enable optional MACsec encryption</help>
                  <valueless/>
                </properties>
              </leafNode>
              <node name="mka">
                <properties>
                  <help>MACsec Key Agreement protocol (MKA)</help>
                </properties>
                <children>
                  <leafNode name="cak">
                    <properties>
                      <help>Secure Connectivity Association Key</help>
                      <constraint>
                        <regex>^[A-Fa-f0-9]{32}$</regex>
                      </constraint>
                    </properties>
                  </leafNode>
                  <leafNode name="ckn">
                    <properties>
                      <help>Secure Connectivity Association Key Name</help>
                      <constraint>
                        <regex>^[A-Fa-f0-9]{64}$</regex>
                      </constraint>
                    </properties>
                  </leafNode>
                </children>
              </node>
            </children>
          </node>
          #include <include/interface-description.xml.i>
          #include <include/interface-disable.xml.i>
          #include <include/interface-vrf.xml.i>
          #include <include/source-interface-ethernet.xml.i>
        </children>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>