Re: [PATCH net] gre: do not keep the GRE header around in collect medata mode

2016-05-11 Thread David Miller
From: Jiri Benc Date: Wed, 11 May 2016 15:53:57 +0200 > For ipgre interface in collect metadata mode, it doesn't make sense for the > interface to be of ARPHRD_IPGRE type. The outer header of received packets > is not needed, as all the information from it is present in metadata_dst. We > already

[PATCH net] gre: do not keep the GRE header around in collect medata mode

2016-05-11 Thread Jiri Benc
For ipgre interface in collect metadata mode, it doesn't make sense for the interface to be of ARPHRD_IPGRE type. The outer header of received packets is not needed, as all the information from it is present in metadata_dst. We already don't set ipgre_header_ops for collect metadata interfaces, whi