mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
This commit is contained in:
@@ -790,12 +790,8 @@ print_rule(struct pf_rule *r, const char *anchor_call, int verbose, int numeric)
|
||||
printf(" reply-to");
|
||||
else if (r->rt == PF_DUPTO)
|
||||
printf(" dup-to");
|
||||
else if (r->rt == PF_FASTROUTE)
|
||||
printf(" fastroute");
|
||||
if (r->rt != PF_FASTROUTE) {
|
||||
printf(" ");
|
||||
print_pool(&r->rpool, 0, 0, r->af, PF_PASS);
|
||||
}
|
||||
printf(" ");
|
||||
print_pool(&r->rpool, 0, 0, r->af, PF_PASS);
|
||||
}
|
||||
if (r->af) {
|
||||
if (r->af == AF_INET)
|
||||
|
Reference in New Issue
Block a user