Do not report an EDQUOT "Disk quota exceeded" error from the routing
authorbluhm <bluhm@openbsd.org>
Fri, 19 Dec 2014 18:57:17 +0000 (18:57 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 19 Dec 2014 18:57:17 +0000 (18:57 +0000)
commit5a0660dca04c7ba197f25422a3f7a0b0471529be
treecfc0466e9092a344619294b41dd4ce6eae096b8e
parent37381510d17c24b1e4528829949eadc4060da9d8
Do not report an EDQUOT "Disk quota exceeded" error from the routing
code.  Instead generate an ENOBUFS "No buffer space available" error
at the malloc(9) failure in rt_setgate(9) and propagate it.
OK mpi@
share/man/man9/route.9
sys/net/route.c
sys/net/rtsock.c