Module Name: src Committed By: maxv Date: Fri Dec 8 17:49:55 UTC 2017
Modified Files: src/sys/net: if_mpls.c src/sys/netmpls: mpls_ttl.c Log Message: Style, and fix several bugs: - ip4_check(), mpls_unlabel_inet() and mpls_unlabel_inet6() perform pullups, so we need to pass the updated pointers back - in mpls_lse() the route is not always freed Looks a little better now. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/net/if_mpls.c cvs rdiff -u -r1.8 -r1.9 src/sys/netmpls/mpls_ttl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.