search for: mask_to_dot

Displaying 1 result from an estimated 1 matches for "mask_to_dot".

2003 May 29
0
[Bug 93] New: iptables -L format bug
...e"); + 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: ------- You are on the CC list for the bug, or are watching s...