CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/17 16:08:36
Modified files:
sys/net : if_etherip.c if_gre.c
Log message:
If something like ether_ioctl returns ENETRESET, don't let it bubble out.
ENETRESET in hardware drivers means you should reprogram the hardware.
There's no hardware to reprogram, so just turn it into 0 on the way
out.
