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 (
1212 DisableSourceIPValidationAnnotationKey = "networking.gke.io/disable-source-ip-validation"
1313 // DisableSourceValidationAnnotationValTrue is the value to disable source IP validation for the pod.
1414 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"
1519 // EnableMulticastAnnotationKey is the annotation on pod to enable multicast on L2 interfaces.
1620 // It's also used to enable IGMP protocol for L2 interfaces.
1721 EnableMulticastAnnotationKey = "networking.gke.io/enable-multicast"
You can’t perform that action at this time.
0 commit comments