CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2016/08/28 01:22:11
Modified files: sys/sys : sockio.h sys/net : if_gre.c share/man/man4 : gre.4 Log message: Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS, GREGADDRD, GRESPROTO, and GREGPROTO. They have been replaced by generic ioctls some time ago (eg. the "ifconfig gre0 tunnel") and there is no need to keep the old ones around. They are neither used in base nor in ports. OK sthen@