Page MenuHomeFreeBSD

D30051.diff
No OneTemporary

D30051.diff

diff --git a/sbin/pfctl/pf_print_state.c b/sbin/pfctl/pf_print_state.c
--- a/sbin/pfctl/pf_print_state.c
+++ b/sbin/pfctl/pf_print_state.c
@@ -354,6 +354,8 @@
bcopy(&s->id, &id, sizeof(u_int64_t));
printf(" id: %016jx creatorid: %08x",
(uintmax_t )be64toh(id), ntohl(s->creatorid));
+ printf(" gateway: ");
+ print_host(&s->rt_addr, 0, s->af, opts);
printf("\n");
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 23, 6:56 PM (9 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34214637
Default Alt Text
D30051.diff (394 B)

Event Timeline