From: Giuseppe Lettieri Date: Thu, 27 Sep 2012 14:19:59 +0000 (+0200) Subject: targets for setting the of controllers X-Git-Tag: sliver-openvswitch-1.8.90-3~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=57675f94c6e5639f6d7ea622d441bf410cf84d3c;hp=57675f94c6e5639f6d7ea622d441bf410cf84d3c;p=sliver-openvswitch.git targets for setting the of controllers add CONTROLLER_x=... for each bridge x in conf.mk (e.g., CONTROLLER_SENDER=tcp:127.0.0.1:6663). The run: make -j controllers to set the controllers. Note: use IP addresses and not DNS names. ---