]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-native-tnl: refactor the tunnel push header.
authorWilliam Tu <u9012063@gmail.com>
Fri, 9 Mar 2018 21:02:23 +0000 (13:02 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 22 May 2018 03:33:30 +0000 (20:33 -0700)
commit754f8acb458532108c93eeb123481fc036c96073
tree3fcc8041c01c54c97f99435af35d557f29315fc0
parent320326e9b33aeac9c0d6250c4d1c3ad6df471514
netdev-native-tnl: refactor the tunnel push header.

The patch adds additional 'struct netdev *' to the
native tunnel's push_header() interface.  This is used
for later GRE sequence number support.

Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netdev-native-tnl.c
lib/netdev-native-tnl.h
lib/netdev-provider.h
lib/netdev.c