Send PORT_STATUS messages on port and link changes. Add ability to remotely enable...
authorJustin Pettit <jpettit@nicira.com>
Fri, 22 Aug 2008 19:47:54 +0000 (12:47 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 22 Aug 2008 19:47:54 +0000 (12:47 -0700)
commitf1c6daebf32ffabeb2d2e7c35f2cb00057dff47b
treefb5afbdbfa5821510d247d45e91bfcc8edc5b545
parent8f133305afe1125846b20b5749e360a558965848
Send PORT_STATUS messages on port and link changes.  Add ability to remotely enable and disable a port through the PORT_MOD message.
12 files changed:
INSTALL
datapath/datapath.c
datapath/datapath.h
datapath/forward.c
datapath/linux-2.4/compat-2.4/include/linux/module.h
datapath/linux-2.4/compat-2.4/include/linux/workqueue.h [new file with mode: 0644]
include/netdev.h
include/openflow.h
lib/netdev.c
switch/datapath.c
utilities/dpctl.8
utilities/dpctl.c