CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/09/13 07:57:07
Modified files: sys/netinet : ip_output.c sys/netinet6 : ip6_output.c Log message: Get the default loopback interface pointer just after doing a route lookup to ensure pf_test() is called with the same interface in the input annd output path for local traffic. Fix a regression reported by Heiko Zimmermann on bugs@, thanks! ok mikeb@, claudio@