CVSROOT: /cvs Module name: src Changes by: cami...@cvs.openbsd.org 2012/10/06 12:44:47
Modified files: sys/net : if_bridge.c Log message: Remove bridge_rttrim(). It's only triggered in the unlikely event that the routecache is full and the admin is making it smaller. It then does a lame attempt at shrinking the routecache, something that a flush or flushall can do better. ok henning beck