Re: [ovs-dev] [PATCH] ovs-command-completion: Complete on file path by default.

2015-02-03 Thread Alex Wang
On Tue, Feb 3, 2015 at 8:50 AM, Ben Pfaff wrote: > Acked-by: Ben Pfaff > Thanks, I manually tested it, Will keep using it and respond to any future comment, For now, applied to master, Thanks, Alex Wang, ___ dev mailing list dev@openvswitch.org htt

Re: [ovs-dev] [PATCH] ovs-command-completion: Complete on file path by default.

2015-02-03 Thread Ben Pfaff
On Mon, Feb 02, 2015 at 01:03:35PM -0800, Alex Wang wrote: > This commit makes the bash completion script complete on file > path when there is no completion available. The unit tests > are also adjusted accordingly. > > Signed-off-by: Alex Wang I feel like I just have to take your word on this