CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/02/19 22:01:33
Modified files: sys/net : if_gre.c Log message: move gre and mgre from calling l3 input handlers to using if_vinput. using if_vinput factors out a lot of repeated code between tunnel drivers, and it means monitor mode works on gre and mgre now too. make the l2 gre interfaces do some things in the same order while here.