What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

When to make procfs changes?

antdes45

Occasional Visitor
Hi,

As I can't find sysctl.conf and sysctl in the build (most likely not compiled) is it possible to change values in procfs in init-start or will they be ignored as they were not set in sysctl.conf?

I'm testing the router with tcp_ecn enabled.

init-start:
Code:
#!/bin/sh
echo 2 > /proc/sys/net/ipv4/tcp_ecn
 
As I can't find sysctl.conf and sysctl in the build (most likely not compiled) is it possible to change values in procfs in init-start or will they be ignored as they were not set in sysctl.conf?
Hi,

I am changing some values in the init-start user script and it works fine (see details here).

With kind regards
Joe :cool:
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top