From fe9d399a4e78a1637cb3a693e0470eaec1dd5de5 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 20 May 2020 21:09:59 +0200 Subject: macsec: T2023: add initial XML and Python interfaces --- interface-definitions/interfaces-macsec.xml.in | 47 ++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 interface-definitions/interfaces-macsec.xml.in (limited to 'interface-definitions') diff --git a/interface-definitions/interfaces-macsec.xml.in b/interface-definitions/interfaces-macsec.xml.in new file mode 100644 index 000000000..79837dfb5 --- /dev/null +++ b/interface-definitions/interfaces-macsec.xml.in @@ -0,0 +1,47 @@ + + + + + + + MACsec Interface (802.1ae) + 319 + + ^macsec[0-9]+$ + + MACsec interface must be named macsecN + + macsecN + MACsec interface name + + + + #include + + + Cipher suite used (default: gcm-aes-128) + + gcm-aes-128 gcm-aes-256 + + + gcm-aes-128 + Galois/Counter Mode of AES cipher with 128-bit key (default) + + + gcm-aes-256 + Galois/Counter Mode of AES cipher with 256-bit key + + + (gcm-aes-128|gcm-aes-256) + + + + #include + #include + #include + #include + + + + + -- cgit v1.2.3