Skip to content

Commit

Permalink
Rename kernel1/2 to kernel4/6
Browse files Browse the repository at this point in the history
See issue "Rename kernel1/2 to kernel4/6 natesales#207"
  • Loading branch information
Dennis-de-Houx authored Apr 19, 2024
1 parent 657093e commit 1289d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/embed/templates/global.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protocol device {};

protocol direct { ipv4; ipv6; }

protocol kernel {
protocol kernel kernel4 {
scan time {{ .Kernel.ScanTime }};
{{ if .Kernel.Learn }}learn;{{ end }}
{{ if .Kernel.Table }}kernel table {{ .Kernel.Table }};{{ end }}
Expand Down Expand Up @@ -104,7 +104,7 @@ protocol kernel {
{{ if .MergePaths }}merge paths;{{ end }}
}

protocol kernel {
protocol kernel kernel6 {
scan time {{ .Kernel.ScanTime }};
{{ if .Kernel.Learn }}learn;{{ end }}
{{ if .Kernel.Table }}kernel table {{ .Kernel.Table }};{{ end }}
Expand Down

0 comments on commit 1289d45

Please sign in to comment.