diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-20 20:22:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-20 20:22:37 +0200 |
commit | fe811678966e271d76b1bfed67f48bd47b33adc4 (patch) | |
tree | 9818a1153dfa4b89dd5953c48f33f0c68eb99485 /smoketest/configs/ospf-small | |
parent | 2cd0f2aad01e57fe052622c7062d472e8cda3bcc (diff) | |
download | vyos-1x-fe811678966e271d76b1bfed67f48bd47b33adc4.tar.gz vyos-1x-fe811678966e271d76b1bfed67f48bd47b33adc4.zip |
smoketest: config: sysctl: T3565: add migratable configuration
Diffstat (limited to 'smoketest/configs/ospf-small')
-rw-r--r-- | smoketest/configs/ospf-small | 16 |
1 files changed, 16 insertions, 0 deletions
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 { |