Skip to content

Commit

Permalink
Align comments in host_linux.go
Browse files Browse the repository at this point in the history
...to match change in previous line.

Signed-off-by: Tom Malaher <[email protected]>
  • Loading branch information
tmalaher authored Jan 2, 2025
1 parent b524e28 commit 9f5ed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/sysinfo/host_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (s *K0sSysinfoSpec) addKernelConfigs(linux *linux.LinuxProbes) {

// IPv6: Netfilter Configuration
netfilter.AssertKernelConfig("NF_CONNTRACK_IPV6", "IPv6 connection tracking support (required for NAT)") // enables NF_NAT_IPV6, merged into NF_CONNTRACK in Linux 4.19 (a0ae2562c6c4)
netfilter.AssertKernelConfig("NF_NAT_IPV6", "IPv6 NAT") // depends on NF_CONNTRACK_IPV6, selects NF_NAT, merged into NF_NAT in Linux 5.1 (3bf195ae6037)
netfilter.AssertKernelConfig("NF_NAT_IPV6", "IPv6 NAT") // depends on NF_CONNTRACK_IPV6, selects NF_NAT, merged into NF_NAT in Linux 5.1 (3bf195ae6037)
ip6NFIPTables := netfilter.AssertKernelConfig("IP6_NF_IPTABLES", "IP6 tables support")
ip6NFIPTables.AssertKernelConfig("IP6_NF_FILTER", "Packet filtering")
ip6NFIPTables.AssertKernelConfig("IP6_NF_MANGLE", "Packet mangling")
Expand Down

0 comments on commit 9f5ed78

Please sign in to comment.