Skip to content

Instantly share code, notes, and snippets.

@nomaster
Created September 24, 2023 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomaster/8923b6d07d8fae94600d75f26ae907c9 to your computer and use it in GitHub Desktop.
Save nomaster/8923b6d07d8fae94600d75f26ae907c9 to your computer and use it in GitHub Desktop.
EdgeRouter IPv6 instability workaround
#!/bin/sh
/sbin/sysctl -w net.ipv6.route.max_size=104857600
/sbin/sysctl -w net.ipv6.route.gc_thresh=104857600
@nomaster
Copy link
Author

Put file into directory /config/scripts/post-config.d/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment