Date: Sat, 22 Mar 1997 18:54:02 -0500 From: "Gary Palmer" <gpalmer@freebsd.org> To: freebsd-bugs@freebsd.org Subject: ccsanady@nyx.pr.mcs.net: pending/3061: route does not accept -genmask Message-ID: <26780.859074842@orion.webspan.net>
next in thread | raw e-mail | index | archive | help
The misfiled PR read before correction: Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info ------- Forwarded Message Message-Id: <199703221425.IAA00599@nyx.pr.mcs.net> Date: Sat, 22 Mar 1997 08:25:07 -0600 (CST) From: ccsanady@nyx.pr.mcs.net Reply-To: ccsanady@nyx.pr.mcs.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: pending/3061: route does not accept -genmask X-UIDL: 690d60b8729bbfb5c4835c71ab25f9e5 >Number: 3061 >Category: pending >Synopsis: route does not accept -genmask >Confidential: no >Severity: non-critical >Priority: medium >Responsible: gnats-admin >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 22 06:30:01 PST 1997 >Last-Modified: >Originator: Chris Csanady >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: If you try to use the -genmask option to route, you get this... writing to routing socket: No buffer space available change net 192.168.1.0: routing table overflow >How-To-Repeat: 'route add default -cloning -genmask 255.255.255.255 sun' By the way, this option is not documented in the man page.. does this mean its not broken? :-) >Fix: Don't know. I noticed the args to rn_addmask() in route_output() changed between lite1 and 2. The second arg is now sent as 0 -- which effectively tells it not to allocate a mask structure if ones not in the tree. I don't see how this is correct. :\ Also the offset arg is now pointing to the family in the sockaddr struct.. I dont know why this is either. Either way, if rn_addmask() fails, ENOBUFS will be returned.. >Audit-Trail: >Unformatted: ------- End of Forwarded Message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26780.859074842>