From: Stephen Hemminger Date: Tue, 1 Oct 2013 04:40:05 +0000 (-0700) Subject: ipv6 gre: add entry to ether types X-Git-Tag: v3.12.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e20cc55e9c1196d0ef97e81357e5fb43712a65e;p=thirdparty%2Fiproute2.git ipv6 gre: add entry to ether types --- diff --git a/lib/ll_types.c b/lib/ll_types.c index 448892bf1..0c391836d 100644 --- a/lib/ll_types.c +++ b/lib/ll_types.c @@ -103,6 +103,7 @@ __PF(IEEE802154, ieee802.15.4) __PF(PHONET, phonet) __PF(PHONET_PIPE, phonet_pipe) __PF(CAIF, caif) +__PF(IP6GRE, gre6) __PF(NONE, none) __PF(VOID,void)