CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/20 20:35:17
Modified files:
sys/conf : files
sys/net : if_bpe.c
Log message:
cut bpe(4) over to using the common etherbridge code.
it's pretty straightforward since etherbridge was mostly based on
this code in the first place. the etherbridge_ops that bpe provides
to etherbridge set entries up to point at mac addresses in the
underlay network.
ok patrick@ jmatthew@
