Skip to content

Commit

Permalink
netdev-vport: Factor-out tunnel Push-pop code into separate module.
Browse files Browse the repository at this point in the history
It is better to move tunnel push-pop action specific functions into
separate module.

Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
  • Loading branch information
pshelar committed May 19, 2016
1 parent ae8b926 commit 6b241d6
Show file tree
Hide file tree
Showing 7 changed files with 817 additions and 662 deletions.
3 changes: 3 additions & 0 deletions lib/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ lib_libopenvswitch_la_SOURCES = \
lib/netdev-provider.h \
lib/netdev-vport.c \
lib/netdev-vport.h \
lib/netdev-vport-private.h \
lib/netdev.c \
lib/netdev.h \
lib/netflow.h \
Expand Down Expand Up @@ -253,6 +254,8 @@ lib_libopenvswitch_la_SOURCES = \
lib/tnl-neigh-cache.h \
lib/tnl-ports.c \
lib/tnl-ports.h \
lib/netdev-native-tnl.c \
lib/netdev-native-tnl.h \
lib/token-bucket.c \
lib/tun-metadata.c \
lib/tun-metadata.h \
Expand Down
Loading

0 comments on commit 6b241d6

Please sign in to comment.