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)
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.


No differences found