OpenBSD cvs log

created 2019-04-20T18:32:27Z
begin 2019-04-17T00:00:00Z
end 2019-04-18T00:00:00Z
path src/sys
commits 4

date 2019-04-17T00:45:03Z
author dlg
files src/sys/net/if_mpe.c log diff annotate
src/sys/net/if_mpip.c log diff annotate
src/sys/net/if_mpw.c log diff annotate
message use txprio to control the use of exp as a priority field

by default txprio is set to 0, so the exp field will be 0. howerver,
txprio on mpe/mpw/mpip can be configured with other values or
settings like our other tunnel or encapsulation interfaces.
intermediate LSPs can use the exp field to manage their prioritisation
of encapsulated traffic.

date 2019-04-17T01:57:21Z
author dlg
files src/sys/net/if_mpw.c log diff annotate
message don't lose the TTL on FAT labels

date 2019-04-17T21:43:46Z
author sf
files src/sys/dev/pv/virtio.c log diff annotate
message Initialize virtqueue before passing it to device

Reported by Gary Zibrat

date 2019-04-17T21:44:32Z
author sf
files src/sys/dev/pv/virtio.c log diff annotate
message Remove unused parameter from virtio_init_vq()