diff options
author | Neale Ranns <nranns@cisco.com> | 2020-09-18 14:05:45 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2020-09-21 17:03:52 +0000 |
commit | 6810a77da36c6750938800314c15e840ee2a8c93 (patch) | |
tree | 8527e0fc312e0d3ad21ef6a6579e3b784f53ffc6 /src/plugins/l2tp/FEATURE.yaml | |
parent | 3f9fdd98463bd926fc78a2b366875c929058e2db (diff) |
misc: Move l2tp to plugin
Type: refactor
Change-Id: Ifb36eeb146b87e9e305881429d32d6879e955e1e
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/l2tp/FEATURE.yaml')
-rw-r--r-- | src/plugins/l2tp/FEATURE.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/l2tp/FEATURE.yaml b/src/plugins/l2tp/FEATURE.yaml new file mode 100644 index 00000000000..58df9b2215e --- /dev/null +++ b/src/plugins/l2tp/FEATURE.yaml @@ -0,0 +1,8 @@ +--- +name: L2TPv3 +maintainer: unmaintained +features: + - L2TPv3 over IPv6 +description: "An initial and incomplete implementation of L2TPv3 (RFC3931)." +state: experimental +properties: [API, CLI] |