]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9c8803bf3119dad2f861628581f3ef8adb5b6e8e
tree99fa502fe0439a7776227238bfc3a5b0d4dbe7b3
parent7a03deec61d0b984cfef68fa910f9de1ab76ccbd
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