datapath: Resolve external module dependencies.
authorJesse Gross <jesse@nicira.com>
Tue, 25 Jun 2013 19:27:13 +0000 (12:27 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 28 Jun 2013 20:07:22 +0000 (13:07 -0700)
commitffd6065a2484cf7b24ee0c9300bb14d0e72fdbcd
tree66352d49a38542968a525a662d34cbce3e7d7263
parent07f265eb568b6a6aaede0e726d1050658f7e4347
datapath: Resolve external module dependencies.

The Open vSwitch kernel module now has dependencies on symbols
exported by other kernel modules (currently just for GRE). In
order for it to load, the dependencies must be correctly resolved
ahead of time. This runs depmod as part of the module installation
process and updates the installation instructions.

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
INSTALL
datapath/linux/Makefile.main.in