Add cfg-mod, a vswitchd.conf-style manipulation utility.
authorJustin Pettit <jpettit@nicira.com>
Thu, 2 Apr 2009 07:49:01 +0000 (00:49 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 2 Apr 2009 07:49:01 +0000 (00:49 -0700)
commit8faceec5745916554fa86ef2f59fe75d13942c5f
treeb82623a93868c633710eb996f1597aa60ec95ea8
parent28b2c0edb26b36d746ad03c7ef93d5a408323a00
Add cfg-mod, a vswitchd.conf-style manipulation utility.

This is a first cut of a simple utility for manipulating a
vswitchd.conf-style configuration file.  It uses the same locking mechanism
as vswitchd and its related utilities, so it can be used safely on "live"
configurations.

The man page needs a bit more love with deeper explanations and
examples.
utilities/.gitignore
utilities/automake.mk
utilities/cfg-mod.8.in [new file with mode: 0644]
utilities/cfg-mod.c [new file with mode: 0644]