commit | 4a58e49cfe03150034a65e147a2ffe8d24391b86 | [log] [tgz] |
---|---|---|
author | Neale Ranns <nranns@cisco.com> | Mon Dec 21 13:19:10 2020 +0000 |
committer | Ole Tr�an <otroan@employees.org> | Mon Jan 18 08:35:52 2021 +0000 |
tree | a929278e8a40067c1d103cf75174aa83f334c26e | |
parent | 20399f8f3a27d54f65c4aff92998a2a345a7adab [diff] [blame] |
ipsec: Support MPLS over IPSec[46] interface Type: feature Signed-off-by: Neale Ranns <nranns@cisco.com> Change-Id: I89dc3815eabfee135cd5b3c910dea5e2e2ef1333
diff --git a/src/vnet/ipsec/esp.h b/src/vnet/ipsec/esp.h index 0121015..d24b5ea 100644 --- a/src/vnet/ipsec/esp.h +++ b/src/vnet/ipsec/esp.h
@@ -235,6 +235,7 @@ u32 esp6_post_next; u32 esp4_tun_post_next; u32 esp6_tun_post_next; + u32 esp_mpls_tun_post_next; } esp_async_post_next_t; extern esp_async_post_next_t esp_encrypt_async_next;