Normalized function naming

This commit is contained in:
2021-08-22 14:50:52 +02:00
parent 7b93ff425d
commit 5242cc98f7
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/google/nftables"
)
func UpdateNFTSets(tableName string, set4name string, ip4 net.IP, set6name string, ip6 net.IP) error {
func NFTUpdateSets(tableName string, set4name string, ip4 net.IP, set6name string, ip6 net.IP) error {
runtime.LockOSThread()
defer runtime.UnlockOSThread()