Add Nicira extension for remote command execution.
authorBen Pfaff <blp@nicira.com>
Mon, 27 Oct 2008 19:55:55 +0000 (12:55 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 27 Oct 2008 19:58:27 +0000 (12:58 -0700)
commitb2aec952c7853ac4df54aadf6097d6e930cfe1c4
tree8e6a2572271b704ea88213be0ae22aeb9d53a812
parentde5caa49061db0555813c9354029128d07960935
Add Nicira extension for remote command execution.
22 files changed:
Makefile.am
configure.ac
debian/openflow-switch.default
debian/openflow-switch.init
debian/openflow-switch.install
include/dirs.h
include/nicira-ext.h
include/socket-util.h
include/vlog-modules.def
lib/automake.mk
lib/socket-util.c
secchan/automake.mk
secchan/commands/automake.mk [new file with mode: 0644]
secchan/commands/reboot [new file with mode: 0755]
secchan/commands/update [new file with mode: 0755]
secchan/executer.c [new file with mode: 0644]
secchan/executer.h [new file with mode: 0644]
secchan/secchan.8.in
secchan/secchan.c
secchan/secchan.h
utilities/dpctl.8.in
utilities/dpctl.c