We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc704c commit 85a42edCopy full SHA for 85a42ed
pkg/firewall/utils/common.go
@@ -23,9 +23,10 @@ import (
23
"github.com/liqotech/liqo/pkg/utils/network/port"
24
)
25
26
-// GetIPValueType parses the match value and returns the type of the value.
27
-func GetIPValueType(value *string) (firewallv1beta1.IPValueType, error) {
+// GetIPValype parses the match value and returns the type of the value.
+func GetIPValueType(value *string) (firewallv1beta1.IPValueType, error) { //aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
28
if value == nil {
29
+
30
return firewallv1beta1.IPValueTypeVoid, nil
31
}
32
0 commit comments