From eaabe073515e7722ed546b36f99efc6feea305a1 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 22 Mar 2017 10:18:13 +0100 Subject: Add memif - packet memory interface for intra-host communication Change-Id: I94c06b07a39f07ceba87bf3e7fcfc70e43231e8a Signed-off-by: Damjan Marion Co-Authored-By: Milan Lenco --- src/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configure.ac') diff --git a/src/configure.ac b/src/configure.ac index 5e02adc1160..222dbe6efef 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -151,6 +151,7 @@ PLUGIN_ENABLED(ila) PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(ixge) PLUGIN_ENABLED(lb) +PLUGIN_ENABLED(memif) PLUGIN_ENABLED(sixrd) PLUGIN_ENABLED(snat) PLUGIN_DISABLED(srv6sample) -- cgit 1.2.3-korg