gif: allow layer2 tunnels over ipv6

2012-03-13 Thread Mike Belopuhov
this allows us to bridge two ipv4 networks over an ipv6 link with gif. any objections? oks? the change was well tested by phessler. diff --git netinet6/in6_proto.c netinet6/in6_proto.c index 7575055..8cf3de4 100644 --- netinet6/in6_proto.c +++ netinet6/in6_proto.c @@ -105,6 +105,7 @@

Re: gif: allow layer2 tunnels over ipv6

2012-03-13 Thread Peter Hessler
obviously, OK from me. On 2012 Mar 13 (Tue) at 16:41:52 +0100 (+0100), Mike Belopuhov wrote: :this allows us to bridge two ipv4 networks over an ipv6 link with gif. :any objections? oks? the change was well tested by phessler. : :diff --git netinet6/in6_proto.c netinet6/in6_proto.c :index

Re: gif: allow layer2 tunnels over ipv6

2012-03-13 Thread Stuart Henderson
On 2012/03/13 16:41, Mike Belopuhov wrote: this allows us to bridge two ipv4 networks over an ipv6 link with gif. any objections? oks? the change was well tested by phessler. diff --git netinet6/in6_proto.c netinet6/in6_proto.c index 7575055..8cf3de4 100644 --- netinet6/in6_proto.c +++