Displaying 1 result from an estimated 1 matches for "addr_to_anyname".
2003 May 29
0
[Bug 93] New: iptables -L format bug
...("%-19s","-> %s"), "anywhere");
+ printf(FMT("%-18s ","-> %s "), "anywhere");
else {
if (format & FMT_NUMERIC)
sprintf(buf, "%s", addr_to_dotted(&(fw->ip.dst)));
else
sprintf(buf, "%s", addr_to_anyname(&(fw->ip.dst)));
strcat(buf, mask_to_dotted(&(fw->ip.dmsk)));
- printf(FMT("%-19s","-> %s"), buf);
+ printf(FMT("%-18s ","-> %s "), buf);
}
if (format & FMT_NOTABLE)
------- You are receiving this mail because: -------
Yo...