CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/19 21:58:29
Modified files:
sys/net : if_gif.c
Log message:
move gif from calling l3 protocol input handlers to using if_vinput.
if_vinput requires mpsafe interface counters, so gif is a bit more
mpsafe now than it was before. using if_vinput means monitor mode
works on gif now too.
