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 06286c3 commit 2675435Copy full SHA for 2675435
lib/Packet.mli
@@ -301,11 +301,11 @@ val arpOperation : packet -> int
301
(** [setDlSrc pkt addr] sets the ethernet source address of [pkt] to [addr]. *)
302
val setDlSrc : packet -> dlAddr -> packet
303
304
-(** [setDlSrc pkt addr] sets the ethernet destination address of [pkt] to
+(** [setDlDst pkt addr] sets the ethernet destination address of [pkt] to
305
[addr]. *)
306
val setDlDst : packet -> dlAddr -> packet
307
308
-(** [setDlSrc pkt vlan] sets the VLAN identifier of [pkt] to [vlan]. *)
+(** [setDlVlan pkt vlan] sets the VLAN identifier of [pkt] to [vlan]. *)
309
val setDlVlan : packet -> dlVlan -> packet
310
311
(** [setDlVlanPcp pkt pri] sets the VLAN priority of [pkt] to [pri]. *)
0 commit comments