mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
XXX drop commit: idempotent
Please, ignore it, currently it is only for a comparaison of traces. Signed-off-by: Vincent Jardin <vjardin@free.fr>
This commit is contained in:
parent
577e6d1d1c
commit
3c40209b2c
|
@ -1759,7 +1759,9 @@ class Router(Node):
|
|||
|
||||
# Really want to use sysctl_atleast here, but only when MPLS is actually being
|
||||
# used
|
||||
if self.hasmpls:
|
||||
if self.hasmpls == True:
|
||||
self.cmd("echo 100000 > /proc/sys/net/mpls/platform_labels")
|
||||
else:
|
||||
self.cmd("echo 100000 > /proc/sys/net/mpls/platform_labels")
|
||||
|
||||
if g_pytest_config.name_in_option_list(self.name, "--shell"):
|
||||
|
|
Loading…
Reference in a new issue