summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ipsec/ppk.xml.i
blob: bd420766c0857a005d27b21dfbcd18b47ecfe0ab (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
<!-- include start from ipsec/ppk.xml.i -->
<node name="ppk">
  <properties>
    <help>Post-quantum preshared key</help>
  </properties>
  <children>
    <leafNode name="id">
      <properties>
        <help>Post-quantum preshared key for this connection</help>
        <valueHelp>
          <format>txt</format>
          <description>ID used for PPK</description>
        </valueHelp>
      </properties>
    </leafNode>
    <leafNode name="required">
      <properties>
        <help>Require a valid PPK for connection to establish</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->