CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/02/19 21:55:52
Modified files: sys/net : if.c if_var.h Log message: add p2p_input, like ether_input but for l3 tunnel interfaces. the l3 protocol input to push the packet is based on a value in m->m_pkthdr.ph_family, which tunnel drivers should set before calling if_vinput. add p2p_bpf_mtap to call bpf_mtap_af also using m->m_pkthdr.ph_family.