Sysctl: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
sysctl -w net.bridge.bridge-nf-call-iptables=1 | sysctl -w net.bridge.bridge-nf-call-iptables=1 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
This writes <code>/proc/sys/net/bridge/bridge-nf-call-iptables</code>. | |||
=Mac Only Attributes= | =Mac Only Attributes= |
Latest revision as of 16:22, 2 July 2021
Internal
Overview
Gets/sets the kernel state.
Displays all available and "opaque" values.
sysctl -A
For more details about individual configuration attributes, see:
Options
-w
Write configuration:
sysctl -w net.bridge.bridge-nf-call-iptables=1
This writes /proc/sys/net/bridge/bridge-nf-call-iptables
.
Mac Only Attributes
hw.memsize
Physical memory size available on the system (in bytes).