CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/11 10:47:02
Modified files:
sys/net : route.c rtsock.c
Log message:
Make rt_mpls_set() be more strict in what it accepts. Also ensure that
the RTF_MPLS can't be toggled without rt_mpls_set() being called. While
RTF_MPLS is part of RTF_FMASK it should be excluded from the flags and mask
when they are applied to the route since toggling it requires a call to
rt_mpls_set().
OK bluhm@
Reported-by: [email protected]
