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:
Vincent JARDIN 2024-04-26 11:26:51 +02:00
parent 577e6d1d1c
commit 3c40209b2c

View file

@ -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"):