CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/25 23:58:08
Modified files:
sys/netmpls : mpls_input.c
Log message:
check if the incoming ttl is <= 1 before decrementing it.
previously it would decrement the uint8_t ttl and then check if it
was less than one, which let ttl 0 off the wire wrap to 255 (which
is higher than 1).
