CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/17 06:36:04
Modified files:
sys/net : if_etherip.c
sys/netinet : in_proto.c ip_ether.c ip_ether.h
Log message:
Move etherip counters and their allocation to etherip(4)
gif(4) now depends on etherip(4) but this is a temporary drawback: we
can get rid of etherip_init(), called from the protocol switch, and
ip_ether.c should stop using etherip counters once it is clear that this
file doesn't handle ethernet-in-IP any more.
ok visa@ as part of a larger diff, ok mpi@