File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ const (
12
12
DisableSourceIPValidationAnnotationKey = "networking.gke.io/disable-source-ip-validation"
13
13
// DisableSourceValidationAnnotationValTrue is the value to disable source IP validation for the pod.
14
14
DisableSourceIPValidationAnnotationValTrue = "true"
15
+ // DisableSourceMACValidationAnnotationKey is the annotation on pod to disable source MAC validation on L2 interfaces.
16
+ DisableSourceMACValidationAnnotationKey = "networking.gke.io/disable-source-mac-validation"
17
+ // DisableSourceMACValidationAnnotationValTrue is the value to disable source MAC validation for the pod.
18
+ DisableSourceMACValidationAnnotationValTrue = "true"
15
19
// EnableMulticastAnnotationKey is the annotation on pod to enable multicast on L2 interfaces.
16
20
// It's also used to enable IGMP protocol for L2 interfaces.
17
21
EnableMulticastAnnotationKey = "networking.gke.io/enable-multicast"
You can’t perform that action at this time.
0 commit comments