Skip to content

Commit

Permalink
sysctl: Rename table name to just sysctl
Browse files Browse the repository at this point in the history
"sysctl-settings" is unnecessary long and a bit of an eye sore
in "cilium-dbg statedb".

Signed-off-by: Jussi Maki <jussi@isovalent.com>
  • Loading branch information
joamaki committed May 10, 2024
1 parent 0843649 commit b15f5dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/cmdref/cilium-dbg_statedb.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/datapath/tables/sysctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (

SysctlStatusIndex = reconciler.NewStatusIndex((*Sysctl).GetStatus)

SysctlTableName = "sysctl-settings"
SysctlTableName = "sysctl"
)

func NewSysctlTable(db *statedb.DB) (statedb.RWTable[*Sysctl], statedb.Index[*Sysctl, reconciler.StatusKind], error) {
Expand Down

0 comments on commit b15f5dc

Please sign in to comment.