commit | 60dfd4af6c63482082924ccdb92c6d5a838a3c33 | [log] [tgz] |
---|---|---|
author | Wailok Shum <wailok@opennetworking.org> | Fri Jun 11 22:48:41 2021 +0800 |
committer | Pier Luigi Ventre <pier@opennetworking.org> | Wed Jun 16 21:05:05 2021 +0000 |
tree | 2897f0c34b39d151a3e3f7ba371bce490af35458 | |
parent | cbd16940e0e157e074018e7d70cad7d82227b5f3 [diff] [blame] |
[SDFAB-102] Backport changes required for policies to fabric.p4 Change-Id: I1c9a66c548b5d5e1d3a92ff29208263fb6844c0c (cherry picked from commit 4f51bde82b6ea512124aa5c14498a311a09ed818)
diff --git a/pipelines/fabric/impl/src/main/resources/include/header.p4 b/pipelines/fabric/impl/src/main/resources/include/header.p4 index 4b4e315..6b47a60 100644 --- a/pipelines/fabric/impl/src/main/resources/include/header.p4 +++ b/pipelines/fabric/impl/src/main/resources/include/header.p4
@@ -227,12 +227,12 @@ ipv4_t gtpu_ipv4; udp_t gtpu_udp; gtpu_t outer_gtpu; +#endif // WITH_SPGW gtpu_t gtpu; ipv4_t inner_ipv4; udp_t inner_udp; tcp_t inner_tcp; icmp_t inner_icmp; -#endif // WITH_SPGW ipv4_t ipv4; #ifdef WITH_IPV6 ipv6_t ipv6;