gre: Allow multiple protocol listener for gre protocol.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 18 Jun 2013 00:49:38 +0000 (17:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jun 2013 01:07:40 +0000 (18:07 -0700)
commitbda7bb46343647f68591366731295a0f3eea59ed
tree99fa502fe0439a7776227238bfc3a5b0d4dbe7b3
parent20fd4d1f04da07d09192ad8ad366a70d5125bfaf
gre: Allow multiple protocol listener for gre protocol.

Currently there is only one user is allowed to register for gre
protocol.  Following patch adds de-multiplexer.  So that multiple
modules can listen on gre protocol e.g. kernel gre devices and ovs.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/gre.h
net/ipv4/gre.c
net/ipv4/ip_gre.c