CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/17 19:43:50
Modified files:
sys/net : if_gre.c
Log message:
move the timeout_add in gre_keepalive_send up.
gre_keepalive_send() should re-schedule immediately, otherwise we
stop sending keepalive on temporary mbuf shortage or if the
configuration is incomplete.
from markus@
