Created
September 24, 2023 19:23
-
-
Save nomaster/8923b6d07d8fae94600d75f26ae907c9 to your computer and use it in GitHub Desktop.
EdgeRouter IPv6 instability workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/sbin/sysctl -w net.ipv6.route.max_size=104857600 | |
/sbin/sysctl -w net.ipv6.route.gc_thresh=104857600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put file into directory
/config/scripts/post-config.d/