summaryrefslogtreecommitdiff
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:40:50 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2023-11-25 23:40:50 +0100
commita19bd77981844ad193029bf586587ecb78690f6b (patch)
tree68dd207834fe20db92d4bf726d3ce796c686c903 /nest/protocol.h
parenta4dd243d92b3d4274093844720139bb774bf05b1 (diff)
parentbcff3ae79acfd938459869ac98db4f83e3d422b6 (diff)
Merge commit 'bcff3ae7' into wireguard-next-tmp7-1
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 533e1be1..3ef3913a 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -48,6 +48,7 @@ enum protocol_class {
PROTOCOL_DEVICE,
PROTOCOL_DIRECT,
PROTOCOL_KERNEL,
+ PROTOCOL_L3VPN,
PROTOCOL_OSPF,
PROTOCOL_MRT,
PROTOCOL_PERF,
@@ -106,7 +107,7 @@ void protos_dump_all(void);
extern struct protocol
proto_device, proto_radv, proto_rip, proto_static, proto_mrt,
- proto_ospf, proto_perf, proto_aggregator,
+ proto_ospf, proto_perf, proto_l3vpn, proto_aggregator,
proto_pipe, proto_bgp, proto_bmp, proto_bfd, proto_babel, proto_rpki,
proto_wireguard;