summaryrefslogtreecommitdiff
path: root/utilities/ovs-command-bashcomp.INSTALL.md
Commit message (Collapse)AuthorAgeFilesLines
* bashcomp: Install and package completion scripts.Alex Wang2015-03-201-3/+10
| | | | | | | | | | | | | This commit makes the bash completion scripts be installed to $(sysconfdir)/bash_completion.d/ through 'make install' and to /etc/bash_completion.d/ through package installation. This will make the scripts available for each bash session. An alternative is to put scripts to /usr/share/bash_completion/ directory. However, this is not supported by earlier version of bash completion. Signed-off-by: Alex Wang <alexw@nicira.com>
* ovs-vsctl-bashcomp: Documentation and unit tests.Alex Wang2015-03-121-33/+57
| | | | | | | | | This commit includes the unit tests for ovs-vsctl-bashcomp and refines the ovs-command-bashcomp.INSTALL.md to introduce the bash completion for ovs-vsctl. Signed-off-by: Alex Wang <alexw@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
* ovs-appctl-bashcomp: Keep naming consistency.Alex Wang2015-03-121-0/+57
Before adding the completion script ovs-vsctl-bashcomp.bash for ovs-vsctl command, this commit renames the ovs-command-compgen.bash to ovs-appctl-bashcomp.bash to keep the script naming consistent. Signed-off-by: Alex Wang <alexw@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>