CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/02/19 17:31:17
Modified files: sys/net : if_mpw.c Log message: replace sc_flgas with sc_cword the only flag used with sc_flags was the one to turn the control word on and off. this is in preparation for split ioctls for controlling pseudowire behaviour. sc_cword can be set atomically and indepentently as a separate variable.