From 4fe9881d625f10e44109a649e369a413bd98de71 Mon Sep 17 00:00:00 2001 From: Maria Matejka <mq@ucw.cz> Date: Sun, 15 May 2022 15:53:35 +0200 Subject: Moved hostentry to eattr --- lib/type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/type.h') diff --git a/lib/type.h b/lib/type.h index 6da86c77..65a032ec 100644 --- a/lib/type.h +++ b/lib/type.h @@ -53,6 +53,7 @@ enum btype { T_OPAQUE = 0x02, /* Opaque byte string (not filterable) */ T_IFACE = 0x0c, /* Pointer to an interface (inside adata) */ T_NEXTHOP_LIST = 0x2c, /* The whole nexthop block */ + T_HOSTENTRY = 0x2e, /* Hostentry with possible MPLS labels */ /* Types shared with eattrs */ T_INT = 0x01, /* 32-bit unsigned integer number */ -- cgit v1.2.3