CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/02/28 16:28:05
Modified files: sys/net : if_gif.c Log message: fix up matching of incoming traffic to interfaces. i was assigning to ip dst to both the key src and dst, which meant no traffic matched and it fell through the network stacks ipip processing. based on some excellent investigation by andreas bartelt.