mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
dummynet: fix comment typo
Signed-off-by: Igor Ostapenko <pm@igoro.pro> Pull-request: https://github.com/freebsd/freebsd-src/pull/848
This commit is contained in:
parent
8a99263e9d
commit
75556db552
1 changed files with 1 additions and 1 deletions
|
|
@ -865,7 +865,7 @@ tag_mbuf(struct mbuf *m, int dir, struct ip_fw_args *fwa)
|
|||
dt->if_index = fwa->ifp->if_index;
|
||||
dt->if_idxgen = fwa->ifp->if_idxgen;
|
||||
}
|
||||
/* dt->output tame is updated as we move through */
|
||||
/* dt->output_time is updated as we move through */
|
||||
dt->output_time = V_dn_cfg.curr_time;
|
||||
dt->iphdr_off = (dir & PROTO_LAYER2) ? ETHER_HDR_LEN : 0;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue