]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
ipv6 gre: add entry to ether types
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 1 Oct 2013 04:40:05 +0000 (21:40 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 1 Oct 2013 04:40:05 +0000 (21:40 -0700)
lib/ll_types.c

index 448892bf140a1586efbb8cbdcb5bfed722304e55..0c391836dd9471caca0434d0b5425fcc2ad8cadc 100644 (file)
@@ -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)