Hi: I have been using OpenVSwitch on RH6.4 following the rpmbuild and rpm install methods stated in INSTALL.RHEL. I've noticed that some utilities under the "utilities"directory is not installed a-part of the default rpm ovs install, namely ovs-controller.
Examining the openvswitch.spec file, it looks like ovs-controller and a few tools are purposely removed to "make the RPM happy" # Get rid of stuff we don't want to make RPM happy. rm \ $RPM_BUILD_ROOT/usr/bin/ovs-controller \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-controller.8 \ $RPM_BUILD_ROOT/usr/bin/ovs-test \ $RPM_BUILD_ROOT/usr/bin/ovs-l3ping \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-test.8 \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-l3ping.8 \ $RPM_BUILD_ROOT/usr/sbin/ovs-vlan-bug-workaround \ $RPM_BUILD_ROOT/usr/share/man/man8/ovs-vlan-bug-workaround.8 install -d -m 755 $RPM_BUILD_ROOT/var/lib/openvswitch Is it possible to build and install ovs-controller on RH separately? Much Thanks Morgan Yang
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss