Send Netdot-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."
Today's Topics:
1. [Netdot - Feature #1750] (New) More performant adding of IPv6
dynamic ranges (DHCPv6) + patch ([email protected])
2. [Netdot - Feature #1750] More performant adding of IPv6
dynamic ranges (DHCPv6) + patch ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 9 Apr 2013 13:28:18 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Feature #1750] (New) More performant
adding of IPv6 dynamic ranges (DHCPv6) + patch
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Issue #1750 has been reported by Wim Vandersmissen.
----------------------------------------
Feature #1750: More performant adding of IPv6 dynamic ranges (DHCPv6) + patch
https://osl.uoregon.edu/redmine/issues/1750
Author: Wim Vandersmissen
Status: New
Priority: Normal
Assignee:
Category:
Target version:
Resolution:
The current way for adding dynamic addresses/ranges has performance issues when
adding large IPv6 ranges. It creates an entry in the database for every ip
that's part of the range. With a /64 this can cause some troubles ;-)
This patch creates another database table containing start, end addresses and
reference to the ipblock of the ipv6 range. This way a new range can be added
very quickly. It also modifies some html pages to show this range when the DHCP
page is selected and ofcourse also changes DHCPScope.pm to actually create the
dhcp configuration files.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://osl.uoregon.edu/redmine/my/account
------------------------------
Message: 2
Date: Tue, 9 Apr 2013 13:33:45 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Feature #1750] More performant
adding of IPv6 dynamic ranges (DHCPv6) + patch
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Issue #1750 has been updated by Wim Vandersmissen.
File dhcpv6.patch added
add the correct patch
----------------------------------------
Feature #1750: More performant adding of IPv6 dynamic ranges (DHCPv6) + patch
https://osl.uoregon.edu/redmine/issues/1750#change-3054
Author: Wim Vandersmissen
Status: New
Priority: Normal
Assignee:
Category:
Target version:
Resolution:
The current way for adding dynamic addresses/ranges has performance issues when
adding large IPv6 ranges. It creates an entry in the database for every ip
that's part of the range. With a /64 this can cause some troubles ;-)
This patch creates another database table containing start, end addresses and
reference to the ipblock of the ipv6 range. This way a new range can be added
very quickly. It also modifies some html pages to show this range when the DHCP
page is selected and ofcourse also changes DHCPScope.pm to actually create the
dhcp configuration files.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://osl.uoregon.edu/redmine/my/account
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 73, Issue 5
*******************************************