OpenBSD cvs log

created 2019-02-19T17:16:29Z
begin 2019-02-14T00:00:00Z
end 2019-02-15T00:00:00Z
path src/sys
commits 9

date 2019-02-14T00:49:04Z
author dlg
files src/sys/net/if_mpe.c log diff annotate
message allow configuration of the rdomain the mpls encap operates in

this borrows the SIOCSLIFPHYRTABLE and SIOCGLIFPHYRTABLE that tunnel
interfaces implement to set the rdomain mpls operates in.
ifconfig tunneldomain X lets you set it, and you can see the effect
with netstat -nr -f mpls -TX, but ifconfig currently doesnt show
the tunneldomain. yet.

date 2019-02-14T01:21:29Z
author dlg
files src/sys/net/if_mpw.c log diff annotate
message consistently use the same flags for rt_ifa_add and _del.

experience with mpe shows you need RTF_LOCAL everywhere for del to work.

date 2019-02-14T03:27:42Z
author dlg
files src/sys/net/if_mpe.c log diff annotate
message use the configured route domain for the mpls tunnel when sending packets.

date 2019-02-14T03:29:46Z
author dlg
files src/sys/net/if_mpw.c log diff annotate
message the rdomain for the mpls stuff should still be hardcoded to 0 in mpw.

it was using ifp->if_rdomain for the rtalloc of the mpls encapsulated
tunnel in mpw_start.

date 2019-02-14T15:41:47Z
author florian
files src/sys/kern/kern_pledge.c log diff annotate
message Allow *at variant of mkfifo and mknod, too.
OK deraadt

date 2019-02-14T17:51:25Z
author mpi
files src/sys/net/if_bridge.c log diff annotate
message Remove mpw(4) hacks now that all the world is Ethernet.

date 2019-02-14T17:53:15Z
author mpi
files src/sys/net/if_vlan.c log diff annotate
message mpw.h is no longer needed.

date 2019-02-14T18:19:13Z
author mpi
files src/sys/net/bridgectl.c log diff annotate
src/sys/net/if_bridge.c log diff annotate
message Use timeout_barrier() when bringing the bridge(4) down and only execute
the timeout handler if the interface is running.

ok claudio@

date 2019-02-14T18:41:00Z
author mglocker
files src/sys/dev/usb/xhcireg.h log diff annotate
message HCCPARAMS1 register CFC and SEC values are 1 bit.

ok mpi@