svn commit: r278859 - head/sys/net

Gleb Smirnoff glebius at FreeBSD.org
Mon Feb 16 18:33:34 UTC 2015


Author: glebius
Date: Mon Feb 16 18:33:33 2015
New Revision: 278859
URL: https://svnweb.freebsd.org/changeset/base/278859

Log:
  Commit a miss from r278843.
  
  Pointy hat to:	glebius

Modified:
  head/sys/net/pfvar.h

Modified: head/sys/net/pfvar.h
==============================================================================
--- head/sys/net/pfvar.h	Mon Feb 16 18:06:24 2015	(r278858)
+++ head/sys/net/pfvar.h	Mon Feb 16 18:33:33 2015	(r278859)
@@ -1589,6 +1589,7 @@ int	pf_match_addr_range(struct pf_addr *
 int	pf_match_port(u_int8_t, u_int16_t, u_int16_t, u_int16_t);
 
 void	pf_normalize_init(void);
+int	pf_refragment6(struct ifnet *, struct mbuf **, struct m_tag *mtag);
 void	pf_normalize_cleanup(void);
 int	pf_normalize_ip(struct mbuf **, int, struct pfi_kif *, u_short *,
 	    struct pf_pdesc *);


More information about the svn-src-head mailing list