summaryrefslogtreecommitdiff
path: root/vswitchd/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ovsdb-doc: generate vswitch.[pic|gv] files only if dot tool is availableAnsis Atteka2013-10-171-0/+2
| | | | | | | | | | | | | 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>
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-271-2/+0
| | | | | | | | | Currently brcompat does not work on master due to recent datapath changes. We have decided to remove it as it is not used very widely. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
* idl: Move vswitch-idl to libopenvswitch.Ethan Jackson2012-03-191-3/+0
| | | | | | | This is cleaner then having multiple programs build the idl independently. Signed-off-by: Ethan Jackson <ethan@nicira.com>
* Add some new generated files to .gitignore.Justin Pettit2011-01-111-0/+1
| | | | A few generated files have snuck in that should be ignored by git.
* Add documentation for the vswitch database schema.Ben Pfaff2010-03-051-1/+1
| | | | | We can do better than this (I already have some comments) but this is still much better than what we had.
* Update Open vSwitch documentation.Ben Pfaff2010-03-041-1/+0
|
* Cleanly separate IDL annotations from OVSDB schema information.Ben Pfaff2010-01-261-1/+1
| | | | | | | | | | | | | | | | | Until now, the OVSDB IDL annotations have been glommed together with the schema information in a single file, and then we've used ovsdb-idlc to extract the schema from that file. This commit reverses the process: the schema and the annotations are stored separately and then glommed together as necessary at build time. This new arrangement has a few advantages: - We can now easily have multiple different sets of IDL annotations for a single OVSDB schema. For example, some users may not need access to columns that other users do. - Bugs in ovsdb-idlc cannot screw up the underlying schema (as shown by a recent commit).
* Have git ignore "vswitch-idl.txt"Justin Pettit2009-12-141-0/+1
|
* Update .gitignore filesJustin Pettit2009-12-101-0/+3
|
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+7