diff options
author | Ben Pfaff <blp@nicira.com> | 2009-12-21 17:02:17 -0800 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2010-01-04 10:09:27 -0800 |
commit | 2280e7223cc5d014fe60ad3be45b8e4d9d401997 (patch) | |
tree | 1ebc58c48fec201f1b2e52fb3c6354296e7b10f6 /Makefile.am | |
parent | 0b1fae1b73c4c6cfc84edafc6845a17257191e42 (diff) | |
download | openvswitch-2280e7223cc5d014fe60ad3be45b8e4d9d401997.tar.gz |
ofproto: Drop remote command execution feature.
At one point Nicira had deployment plans for which adding a remote command
execution feature to the OpenFlow stack made a lot of sense. We no longer
have those plans, as far as I know, and leaving the feature in seems like
a huge potential security hole. So this commit blows away the entire
feature.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5888e85f5..bfba76f82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,6 @@ EXTRA_DIST = INSTALL.bridge \ bin_PROGRAMS = sbin_PROGRAMS = bin_SCRIPTS = -dist_commands_DATA = dist_man_MANS = dist_pkgdata_SCRIPTS = dist_sbin_SCRIPTS = |