From 5ae62260db2f55b51daeef59a8c197d020e89252 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 25 Dec 2015 19:19:18 +0100 Subject: src: add new netdev protocol description This relies on NFT_META_PROTOCOL instead of ethernet protocol type header field to prepare support for non-ethernet protocols in the future. Signed-off-by: Pablo Neira Ayuso --- include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index d90bccd0..c252a67d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -308,6 +308,8 @@ extern const struct proto_desc proto_arp; extern const struct proto_desc proto_vlan; extern const struct proto_desc proto_eth; +extern const struct proto_desc proto_netdev; + extern const struct proto_desc proto_unknown; extern const struct proto_hdr_template proto_unknown_template; -- cgit v1.2.3