aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/vlib.h
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2018-09-28 15:16:14 +0000
committerDamjan Marion <dmarion@me.com>2019-03-28 20:51:32 +0000
commit76b5649d074ab198cbf5737ac76d21649a61bffd (patch)
treebb856c9638cb63ead6c00837daad01373551b4e1 /src/vlib/vlib.h
parent1f4e1cbf576fc6ab4e871ba0603028112074b43b (diff)
Punt Infra
A punt/exception path that provides: 1) clients that use the infra 2) clients can create punt reasons 3) clients can register to recieve packets that are punted for a given reason to be sent to the desired node. 4) nodes which punt packets fill in the {reason,protocol} of the buffere (in the meta-data) and send to the new node "punt-dispatch" 5) punt-dispatch sends packets to the registered nodes or drops Change-Id: Ia4f144337f1387cbe585b4f375d0842aefffcde5 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vlib/vlib.h')
-rw-r--r--src/vlib/vlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/vlib.h b/src/vlib/vlib.h
index 2149c4763ab..b5fe47b3729 100644
--- a/src/vlib/vlib.h
+++ b/src/vlib/vlib.h
@@ -58,6 +58,7 @@ typedef u32 vlib_log_class_t;
#include <vlib/error.h>
#include <vlib/init.h>
#include <vlib/node.h>
+#include <vlib/punt.h>
#include <vlib/trace.h>
#include <vlib/log.h>