CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2012/01/26 13:16:06
Modified files: sys/net : pf.c pf_norm.c pfvar.h Log message: Clean up the pf normalization code: - Let pf_normalize_ip() and pf_normalize_ip6() take the struct pf_pdesc pd as argument. - Always check wether the mbuf got NULL after normalization to make the code more robust. - Make the code structure of pf_normalize_ip6() more like pf_normalize_ip() to make the differences obvious. ok henning@