ovs-ctl: Use iptables -n -L instead of -S for compatibility.
authorBen Pfaff <blp@nicira.com>
Thu, 23 Jun 2011 16:59:49 +0000 (09:59 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 23 Jun 2011 18:15:38 +0000 (11:15 -0700)
commitb053c7c1a0c12669a4591e73893d4f426fef571f
treec8398ba07f885472e4f4eab4c3123cb30ce96b32
parent2ae9d860584caa98b34bffac536461e3f5099429
ovs-ctl: Use iptables -n -L instead of -S for compatibility.

The -S command isn't present in old versions of iptables, including the
version installed on Citrix XenServer.  We have to use -n -L instead.

Bug #6071.
utilities/ovs-ctl.in