-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- upgrade google/nftables as my PR is merged. - upgrade test helper. Signed-off-by: black-desk <[email protected]>
- Loading branch information
1 parent
1de6ae8
commit 6070ffa
Showing
5 changed files
with
266 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,6 @@ type NFTManager struct { | |
type Opt = (func(*NFTManager) (*NFTManager, error)) | ||
|
||
//go:generate go run github.com/rjeczalik/interfaces/cmd/[email protected] -for github.com/black-desk/cgtproxy/pkg/nftman.NFTManager -as interfaces.NFTManager -o ../interfaces/nftman.go | ||
|
||
func New(opts ...Opt) (ret *NFTManager, err error) { | ||
defer Wrap(&err, "create nft table mananger") | ||
|
||
|
@@ -81,7 +80,7 @@ func New(opts ...Opt) (ret *NFTManager, err error) { | |
|
||
ret = t | ||
|
||
t.log.Debugw("Create a nft table.") | ||
t.log.Debugw("NFTManager created.") | ||
return | ||
} | ||
|
||
|
Oops, something went wrong.