]> git.proxmox.com Git - ovs.git/commit
utilities: Fix conntrack flush command
authorGreg Rose <gvrose8192@gmail.com>
Fri, 29 Jun 2018 18:18:14 +0000 (11:18 -0700)
committerJustin Pettit <jpettit@ovn.org>
Fri, 29 Jun 2018 22:57:47 +0000 (15:57 -0700)
commit265d70310c69be81ef1a5797087277e19bea1540
tree75ff8afd8bd2cd75ac8032d8e74b3304f470ea3c
parente95ce654b8dd3d85b4004364cb41883080f436f1
utilities: Fix conntrack flush command

This patch fixes two problems.

1) The 'action "ovs-appctl dpctl/flush-conntrack"' does not do
anything because a command does not follow it.

2) Even after adding the command it still doesn't work - it must be
done before the stop_forwarding command.

In addition, make the message more human friendly.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Acked-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Justin Pettit <jpettit@ovn.org>
utilities/ovs-lib.in