CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/04/14 22:34:10
Modified files: sys/net : if_vlan.c if_vlan_var.h Log message: rename ifv_p to ifv_ifp0 this makes it more clear to the casual reader that it refers to the parent interface, which is consistently referred to as ifp0 in the rest of the vlan (and carp) code. this is a good idea from mpi@