diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-04-12 19:21:16 +0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-05-15 19:34:00 +0000 |
commit | ef486b1545d892f9f0e0d35e7e57cb0ca04d7ff7 (patch) | |
tree | b3515744ed55a55b76c805a0cb4c6cf552efd0df /src/configure.ac | |
parent | e50ed1de1e22dfa04de26fa2a471a703c1b6ed8f (diff) |
Add GTP-U plugin. VPP-694
Basic GTP-U feature
Change-Id: I31226f890a92c5303ac06e112ed7820cae52d9bd
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac index 581b0968d10..2a907b2f93d 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -147,6 +147,7 @@ AC_SUBST(AR_FLAGS) PLUGIN_ENABLED(acl) PLUGIN_ENABLED(dpdk) PLUGIN_ENABLED(flowperpkt) +PLUGIN_ENABLED(gtpu) PLUGIN_ENABLED(ila) PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(ixge) |