diff options
author | Benoît Ganne <bganne@cisco.com> | 2021-08-10 16:23:36 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-05-16 13:29:04 +0000 |
commit | 83e73709c33ca4188a04f355ccb13bde13d63271 (patch) | |
tree | bc57ceed6079975631f6054c83914e4289d8c823 /MAINTAINERS | |
parent | 5b55526da489def814a239a3ae6599fcb30dbb6e (diff) |
ip_session_redirect: add session redirect plugin
This feature enables the use of the classifier and ip-in-out-acl nodes
to redirect matching sessions via arbitrary fib paths instead of relying
on additional VRFs.
Type: feature
Change-Id: Ia59d35481c2555aec96c806b62bf29671abb295a
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a9b8a1e3b5b..71ae16d28a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -771,6 +771,11 @@ I: geneve M: community vpp-dev@lists.fd.io F: src/plugins/geneve/ +Plugin - IP session redirect +I: ip_session_redirect +M: Benoît Ganne <bganne@cisco.com> +F: src/plugins/ip_session_redirect/ + Plugin - linux-cp I: linux-cp M: Neale Ranns <neale@graphiant.com> |