Here are two small fixes to the pf(4) man page to make pfioc_natlook
and pfr_addr match net/pfvar.h.

OK?


Index: pf.4
===================================================================
RCS file: /cvs/src/share/man/man4/pf.4,v
retrieving revision 1.74
diff -u -p -r1.74 pf.4
--- pf.4        10 Feb 2012 00:08:20 -0000      1.74
+++ pf.4        1 Jun 2013 13:37:52 -0000
@@ -305,6 +305,7 @@ struct pfioc_natlook {
        struct pf_addr   rsaddr;
        struct pf_addr   rdaddr;
        u_int16_t        rdomain;
+       u_int16_t        rrdomain;
        u_int16_t        sport;
        u_int16_t        dport;
        u_int16_t        rsport;
@@ -580,6 +581,8 @@ struct pfr_addr {
                struct in6_addr  _pfra_ip6addr;
        }                pfra_u;
        char             pfra_ifname[IFNAMSIZ];
+       u_int32_t        pfra_states;
+       u_int16_t        pfra_weight;
        u_int8_t         pfra_af;
        u_int8_t         pfra_net;
        u_int8_t         pfra_not;

Reply via email to