aboutsummaryrefslogtreecommitdiff
path: root/debian/po/templates.pot
AgeCommit message (Collapse)Author
2010-08-30Remove openvswitch-switch-config package.Ben Pfaff
This package was never used by many users, has not worked properly for a while, and causes lintian warnings, so remove it. CC: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
2010-03-31debian: Updated templates.potJustin Pettit
The various fixes that were made earlier caused a new templates.pot file to be generated.
2009-12-15debian: Break rules for datapath module out of debian/rules.Ben Pfaff
debian/rules included makefiles from /usr/share/modass/include. Unfortunately these makefiles set some environment variables to values that we do not want in the general Debian build, e.g. on this machine they set CC to gcc-4.1. It appears that it is generally good practice to break out the kernel module rules from the general-purpose rules anyhow, so this commit does so.
2009-07-28Merge commit 'origin/citrix'Justin Pettit
Conflicts: configure.ac
2009-07-21Do not try to resolve DNS for OpenFlow controllers or netflow collectors.Ben Pfaff
Until now, setting a netflow collector to a DNS name would cause secchan to attempt to resolve that DNS name each time that the set of netflow collectors is re-set. For the vswitch, this is every time that the vswitch reconfigures itself. Unfortunately, DNS lookup within secchan cannot work as currently implemented, because it needs both an asynchronous DNS resolver library and in-band control updates. Currently we have neither. Attempting to look up DNS anyway just hangs. This commit disables DNS lookup entirely, and updates the documentation to change user expectations. DNS still won't work, but at least it won't hang. Bug #1609.
2009-07-08Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff
These names are more meaningful, so we prefer them.
2009-06-25Adjust Open vSwitch mailing lists to reflect realityJustin Pettit
We've gone through a couple of iterations for names of these mailing lists. Currently, there are three: announce, discuss, and git. There are aliases that point "bugs" and "dev" to the "discuss" mailing list. This commit drops the "ovs-" prefix to mailing lists, since we're not using them.
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff