From fe811678966e271d76b1bfed67f48bd47b33adc4 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 20 May 2021 20:22:01 +0200 Subject: smoketest: config: sysctl: T3565: add migratable configuration --- smoketest/configs/ospf-small | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/smoketest/configs/ospf-small b/smoketest/configs/ospf-small index d95ba4ea4..767f4e21f 100644 --- a/smoketest/configs/ospf-small +++ b/smoketest/configs/ospf-small @@ -124,6 +124,22 @@ system { server 2.pool.ntp.org { } } + sysctl { + all net.ipv4.conf.eth0.tag { + value 1 + } + all net.ipv4.conf.eth1.tag { + value 1 + } + custom net.mpls.default_ttl { + value 10 + } + custom net.mpls.ip_ttl_propagate { + value 0 + } + net.ipv4.igmp_max_memberships 5 + net.ipv4.ipfrag_time 4 + } syslog { global { facility all { -- cgit v1.2.3