Mailinglist Archive: opensuse-bugs (4766 mails)
| < Previous | Next > |
[Bug 555870] dhclient does not get rfc3442 classless static routes
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 29 Apr 2010 15:01:51 +0000
- Message-id: <20100429150151.2E273CC7D0@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=555870
http://bugzilla.novell.com/show_bug.cgi?id=555870#c3
--- Comment #3 from Marius Tomaschewski <mt@xxxxxxxxxx> 2010-04-29 15:01:49 UTC
---
Created an attachment (id=357806)
--> (http://bugzilla.novell.com/attachment.cgi?id=357806)
Code catching some rfc corner cases -- v1
The above code catches the 0.0.0.0 link local route (and some invalid
gateways) as well as destinations like 129.210.177.132/25, that have
to be corrected to 129.210.177.128/25.
I'm working e.g. on some input data checks as /42 length or when the
net_length needs more data than provided, because they cause syntax
errors.
When you have some ideas how to improve the code, let me know.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=555870#c3
--- Comment #3 from Marius Tomaschewski <mt@xxxxxxxxxx> 2010-04-29 15:01:49 UTC
---
Created an attachment (id=357806)
--> (http://bugzilla.novell.com/attachment.cgi?id=357806)
Code catching some rfc corner cases -- v1
The above code catches the 0.0.0.0 link local route (and some invalid
gateways) as well as destinations like 129.210.177.132/25, that have
to be corrected to 129.210.177.128/25.
I'm working e.g. on some input data checks as /42 length or when the
net_length needs more data than provided, because they cause syntax
errors.
When you have some ideas how to improve the code, let me know.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |