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 ba5aa9f commit aef22feCopy full SHA for aef22fe
ovs/match.go
@@ -434,7 +434,7 @@ func (m *neighborDiscoveryLinkLayerMatch) GoString() string {
434
return fmt.Sprintf("ovs.NeighborDiscoveryTargetLinkLayer(%s)", syntax)
435
}
436
437
-// ARPOperation matches packets with the specified ARP operation matching oper.
+// ARPOperation matches packets with the specified ARP operation matching oper.
438
func ARPOperation(oper uint16) Match {
439
return &arpOperationMatch{
440
oper: oper,
0 commit comments