Hello Maxim, >> I need to operate with hundreds VLANs on FreeBSD box (5.3). >> Using small script I create 250 VLANs, exec "ngctl list" - no >> problem, ngctl lists all 250 VLANs. >> After creating another 250 VLANs ngctl start to fail with message: >> >> ngctl: send msg: No buffer space available >> >> Is there are any limitations in ngctl on objects count? >> Or any kernel side limitations?
MK> Increase net.graph.recvspace and net.graph.maxdgram. Very good, this solve the problem. Thank you. -- Best regards, Nikolay mailto:[EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"
