CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/18 08:47:17
Modified files:
sys/net : if_mpe.c
Log message:
Fix SIOCDELLABEL/"ifconfig mpe0 -mplslabel" to unset label completely
While the corresponding route gets removed properly, the driver's softc
kept the old label, i.e. "ifconfig mpe0" would show "mpls: label 42"
instead of "mpls: label (unset)" even though it was unset.
OK claudio
