diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2018-08-27 20:27:43 +0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-28 06:04:57 +0000 |
commit | d313f9e6f7c6d50aac189668a67bf13b86dd791c (patch) | |
tree | 0f92babad6891604e79f521de136b0a2bb946fbc /src/configure.ac | |
parent | a5679e86af3d06df46edbf2654d48103e05c4b48 (diff) |
Port NSH plugin to VPP
Please refer to https://wiki.fd.io/view/NSH_SFC
Change-Id: Iba7e33e4dbb064c1527aaddbe8dce4b6b63a627a
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/configure.ac b/src/configure.ac index f35e139a69c..4c9c25d5d98 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -315,11 +315,12 @@ PLUGIN_ENABLED(l2e) PLUGIN_ENABLED(lacp) PLUGIN_ENABLED(lb) PLUGIN_ENABLED(mactime) +PLUGIN_ENABLED(map) PLUGIN_ENABLED(marvell) PLUGIN_ENABLED(memif) -PLUGIN_ENABLED(pppoe) PLUGIN_ENABLED(nat) -PLUGIN_ENABLED(map) +PLUGIN_ENABLED(nsh) +PLUGIN_ENABLED(pppoe) PLUGIN_ENABLED(srv6ad) PLUGIN_ENABLED(srv6am) PLUGIN_ENABLED(srv6as) |