CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/02/10 01:12:01
Modified files: sys/net : if_gif.c if_gif.h sys/netinet : in_proto.c ip_ether.c sys/netinet6 : in6_proto.c Log message: rework gif to be more consistent. while here, give us support for mpls in gif on ipv6. this moves all the gif handling into if_gif, eg, the mpls handling is no longer in ip_etherip.c. ok claudio@