]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfw: line up `ipfw -t list` with and without timestamp
authorEd Maste <emaste@FreeBSD.org>
Mon, 17 Aug 2020 18:53:23 +0000 (18:53 +0000)
committerEd Maste <emaste@FreeBSD.org>
Mon, 17 Aug 2020 18:53:23 +0000 (18:53 +0000)
commitc1b355d378f73028c1f897b77088679f72b39644
treee6fdfa20426eebb4aca2541fb7614278862c2ab6
parente2ec07432d3910661450534042396ce433e5d537
ipfw: line up `ipfw -t list` with and without timestamp

From the PR:
    When I run `ipfw -t list` on release/12 or current, I get misaligned
    output between lines that do and do not have a last match timestamp,
    like so:

    00100 Tue Aug 11 03:03:26 2020 allow ip from any to any via lo0
    00200                         deny ip from any to 127.0.0.0/8

    (specifically, the "allow" and "deny" strings do not line up)

PR: 248608
Submitted by: Taylor Stearns
MFC after: 3 days
sbin/ipfw/ipfw2.c