]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge r269998 from head:
authorglebius <glebius@FreeBSD.org>
Mon, 25 Aug 2014 15:40:37 +0000 (15:40 +0000)
committerglebius <glebius@FreeBSD.org>
Mon, 25 Aug 2014 15:40:37 +0000 (15:40 +0000)
commit3722b178a339818ea3e790b473390175f90cd06a
treede6bc234837eaf308240e4d4762782420a0e6853
parentef25b335dfa5f1458d26fa26f56ab5c3a0fe939d
Merge r269998 from head:
  - Count global pf(4) statistics in counter(9).
  - Do not count global number of states and of src_nodes,
    use uma_zone_get_cur() to obtain values.
  - Struct pf_status becomes merely an ioctl API structure,
    and moves to netpfil/pf/pf.h with its constants.
  - V_pf_status is now of type struct pf_kstatus.

  Submitted by: Kajetan Staszkiewicz <vegeta tuxpowered.net>
  Sponsored by: InnoGames GmbH
sys/net/pfvar.h
sys/netpfil/pf/pf.c
sys/netpfil/pf/pf.h
sys/netpfil/pf/pf_ioctl.c