summaryrefslogtreecommitdiff
path: root/debian/openvswitch-switch.manpages
Commit message (Collapse)AuthorAgeFilesLines
* debian: Rationalize packaging using new debhelper.James Page2015-07-131-9/+9
| | | | | | | | | | | Newer debhelper versions support overrides, making rules files simpler and easier to extend. Requires some changes in how files are installed (_debian build folder dropped). Signed-off-by: James Page <james.page@ubuntu.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* debian: wrap-and-sortJames Page2015-07-081-1/+1
| | | | | | | Wrap long lines and sort items in the Debian packaging files. Signed-off-by: James Page <james.page@ubuntu.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* ovs-ctl: Install manpage.Ben Pfaff2014-05-011-0/+1
| | | | | | | It seems that it is useful to admins after all. Reported-by: Brian Candler <b.candler@pobox.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* ovsdb-doc: generate vswitch.[pic|gv] files only if dot tool is availableAnsis Atteka2013-10-171-1/+1
| | | | | | | | | | | | | These are auto-generated files, so it would be better not to keep them inside Open vSwitch repository. Behaviour before this patch was that if dot tool was not present on the system, then ovs-vswitchd.conf.db.5 would have used pre-generated vswitch.pic file that was already checked in the git repository. After this patch ovs-vswitchd.conf.db.5 will simply not have a dot diagram, if dot was not present at the time when Open vSwitch was built. Signed-off-by: Ansis Atteka <aatteka@nicira.com>
* utilities: a top like tool for ovs-dpctl dump-flows.Mark Hamilton2013-09-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This python script summarizes ovs-dpctl dump-flows content by aggregating the number of packets, total bytes and occurrence of the following fields: - Datapath in_port - Ethernet type - Source and destination MAC addresses - IP protocol - Source and destination IPv4 addresses - Source and destination IPv6 addresses - UDP and TCP destination port - Tunnel source and destination addresses Testing included confirming both mega-flows and non-megaflows are properly parsed. Bit masks are applied in the case of mega-flows prior to aggregation. Test --script parameter which runs in non-interactive mode. Tested syntax against python 2.4.3, 2.6 and 2.7. Confirmed script passes pep8 and pylint run as: pylint --disable=I0011 --include-id=y --reports=n This tool has been added to these distribution: - add ovs-dpctl-top to debian distribution - add ovs-dpctl-top to rpm distribution. - add ovs-dpctl-top to XenServer RPM. Signed-off-by: Mark Hamilton <mhamilton@nicira.com> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
* debian: Fix build failure installing ovs-vswitchd.conf.db(5) manpage.Ben Pfaff2011-11-041-1/+1
| | | | | | | | | | ovs-vswitchd.conf.db is distributed so it's in the source directory not the build directory. This fixes a Debian package build failure introduced by commit 9840bdbd "debian: Install ovs-vswitchd.conf.db(5) manpage." I did test that commit but the build failure didn't show up in my environment (probably I had a stray file left over from development).
* debian: Install ovs-vswitchd.conf.db(5) manpage.Ben Pfaff2011-11-041-0/+1
| | | | | | | | | | | | This manpage wasn't getting installed. This fixes it. The --language=C option to dh_installman is necessary to keep that script from thinking that the ".db" suffix indicates a translation into the "db" language (which doesn't actually exist) and therefore installing it into the wrong directory with the .db suffix stripped. Bug #8138. Reported-by: Ethan Jackson <ethan@nicira.com>
* ofproto: Remove controller discovery support.Ben Pfaff2011-03-161-1/+0
| | | | | | I've never heard of anyone actually using controller discovery. It adds a great deal of code to the source tree, and a little bit of complication to ofproto, so this commit removes it.
* ovs-kill: Remove.Ben Pfaff2011-02-231-1/+0
| | | | | | | This utility isn't used anywhere (except INSTALL.Linux), so remove it. Signed-off-by: Ben Pfaff <blp@nicira.com> Coverity #10708.
* Debian: install man pagesSimon Horman2011-01-271-0/+3
| | | | | Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
* debian: Change openvswitch-switch deb to use ovsdb-server and ovs-vswitchd.Ben Pfaff2009-12-151-2/+3
| | | | | | This appears to work in that it creates the database on installation, starts and stops the programs and loads and unloads the kernel modules at the right times, but it has not been tested beyond that.
* Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff2009-07-081-1/+1
| | | | These names are more meaningful, so we prefer them.
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+5