CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2011/02/14 04:01:37
Modified files: sys/net : pf.c Log message: Add missing byte-order swap to pf_match_addr_range. Without this, rules using address ranges (e.g. "10.1.1.1 - 10.1.1.5") did not match addresses correctly on little-endian systems. ok henning@