Skip to content

Commit

Permalink
utilities: Remove ovs-wdt.
Browse files Browse the repository at this point in the history
We used ovs-wdt at Nicira for a while when we were working on building
hardware switches.  We don't use it anymore, so remove it from the tree.

CC: Simon Horman <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Aug 25, 2010
1 parent 1f0af75 commit eb07240
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 472 deletions.
1 change: 0 additions & 1 deletion debian/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
/openvswitch-switch
/openvswitch-switch-config
/openvswitch-switch.copyright
/openvswitch-wdt
4 changes: 0 additions & 4 deletions debian/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ EXTRA_DIST += \
debian/openvswitch-switch.postinst \
debian/openvswitch-switch.postrm \
debian/openvswitch-switch.template \
debian/openvswitch-wdt.default \
debian/openvswitch-wdt.dirs \
debian/openvswitch-wdt.init \
debian/openvswitch-wdt.install \
debian/ovs-switch-setup \
debian/ovs-switch-setup.8 \
debian/po/POTFILES.in \
Expand Down
8 changes: 0 additions & 8 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,3 @@ Description: Debug symbols for Open vSwitch packages
This package contains the debug symbols for all the other openvswitch-*
packages. Install it to debug one of them or to examine a core dump
produced by one of them.

Package: openvswitch-wdt
Architecture: any
Recommends: openvswitch-switch
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Watchdog utility for Open vSwitch switches
The ovs-wdt program included in this package manages the hardware
watchdog timer in switches based on the Portwell NAR-5520 hardware.
24 changes: 0 additions & 24 deletions debian/openvswitch-wdt.default

This file was deleted.

2 changes: 0 additions & 2 deletions debian/openvswitch-wdt.dirs

This file was deleted.

176 changes: 0 additions & 176 deletions debian/openvswitch-wdt.init

This file was deleted.

1 change: 0 additions & 1 deletion debian/openvswitch-wdt.install

This file was deleted.

1 change: 0 additions & 1 deletion utilities/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
/ovs-pki.8
/ovs-vsctl
/ovs-vsctl.8
/ovs-wdt
3 changes: 0 additions & 3 deletions utilities/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ utilities_ovs_vsctl_SOURCES = utilities/ovs-vsctl.c vswitchd/vswitch-idl.c
utilities_ovs_vsctl_LDADD = lib/libopenvswitch.a $(SSL_LIBS)

if HAVE_NETLINK
bin_PROGRAMS += utilities/ovs-wdt
utilities_ovs_wdt_SOURCES = utilities/ovs-wdt.c

noinst_PROGRAMS += utilities/nlmon
utilities_nlmon_SOURCES = utilities/nlmon.c
utilities_nlmon_LDADD = lib/libopenvswitch.a
Expand Down
Loading

0 comments on commit eb07240

Please sign in to comment.