Documentation
¶
Overview ¶
Design: docs/architecture/core-design.md -- sysctl plugin Detail: backend.go -- platform-specific read/write Detail: register.go -- plugin registration and EventBus wiring
Package sysctl implements the sysctl plugin that centralizes all kernel tunable management. Three value layers (config > transient > default) with strict precedence. Plugins contribute defaults via EventBus. Config values are authoritative and win over all other layers.
Directories
¶
| Path | Synopsis |
|---|---|
|
Design: docs/architecture/core-design.md -- sysctl offline CLI
|
Design: docs/architecture/core-design.md -- sysctl offline CLI |
|
Package events defines event constants for the sysctl plugin.
|
Package events defines event constants for the sysctl plugin. |
|
Package yang embeds the sysctl component's YANG configuration schema and registers it with the config module registry.
|
Package yang embeds the sysctl component's YANG configuration schema and registers it with the config module registry. |
Click to show internal directories.
Click to hide internal directories.