From 87787ee86ec95a8a5494615268a03a756f48433f Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 8 Jan 2014 13:02:16 +0000 Subject: meta: add l4proto support Add support for the meta l4proto type. This is used in the inet table to match on the transport layer protocol without requiring the network layer protocol to be known, allowing to use transport header matches that apply to both IPv4 and IPv6. Signed-off-by: Patrick McHardy --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 772f9ed7..bd3701e3 100644 --- a/include/proto.h +++ b/include/proto.h @@ -291,6 +291,7 @@ extern const struct proto_desc proto_ip; extern const struct proto_desc proto_ip6; extern const struct proto_desc proto_inet; +extern const struct proto_desc proto_inet_service; extern const struct proto_desc proto_arp; -- cgit v1.2.3