Skip to content

Commit 85a42ed

Browse files
committed
tmp
1 parent 3cc704c commit 85a42ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/firewall/utils/common.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ import (
2323
"github.com/liqotech/liqo/pkg/utils/network/port"
2424
)
2525

26-
// GetIPValueType parses the match value and returns the type of the value.
27-
func GetIPValueType(value *string) (firewallv1beta1.IPValueType, error) {
26+
// GetIPValype parses the match value and returns the type of the value.
27+
func GetIPValueType(value *string) (firewallv1beta1.IPValueType, error) { //aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2828
if value == nil {
29+
2930
return firewallv1beta1.IPValueTypeVoid, nil
3031
}
3132

0 commit comments

Comments
 (0)