Re: bridge(4) and etherip fix

2015-07-17 Thread Kazuya GODA
I tested this patch and etherip is working. ok goda On 2015/07/16 17:52, Martin Pieuchot wrote: goda@ found a regression due to the recent M_PROTO1 change. Apparently gif(4) is using this flag to know that a packet comes from bridge(4) and wants etherip encapsulation. Instead of hiding another

bridge(4) and etherip fix

2015-07-16 Thread Martin Pieuchot
goda@ found a regression due to the recent M_PROTO1 change. Apparently gif(4) is using this flag to know that a packet comes from bridge(4) and wants etherip encapsulation. Instead of hiding another layer-violation (yeah for bridge!) make it obvious. Diff below, any ok? Index: net/if_bridge.c =