CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/12 08:21:04
Modified files:
sys/netmpls : mpls_output.c
Log message:
Use rtfree() instead of playing with the refcount directly. Some care is
needed since rt0 as passed from the upper layer is freed by that layer.
Also if_output does not free the rt so handle that as well.
With and OK mpi@
