mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
12 lines
305 B
Diff
12 lines
305 B
Diff
|
--- a/lib/ipset.c
|
||
|
+++ b/lib/ipset.c
|
||
|
@@ -1847,7 +1847,7 @@ static int ipset_xlate(struct ipset *ips
|
||
|
return -1;
|
||
|
case IPSET_CMD_LIST:
|
||
|
if (!set) {
|
||
|
- printf("list sets %s\n",
|
||
|
+ printf("list sets %s %s\n",
|
||
|
ipset_xlate_family(family), table);
|
||
|
} else {
|
||
|
printf("list set %s %s %s\n",
|