blob: f905de68e9fba59f5274c133466a85b171c02660 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
wide-dhcpv6 (20080615-2) unstable; urgency=low
This new version includes a patch allowing users to define interfaces
profiles for the client:
profile default
{
# same as an interface statement
};
Which profile is to be used is passed to dhcp6c with the -P option (see
dhcp6c.8).
For each interface dhcp6c is asked to handle, it parses the configuration
file:
-> if it can find a corresponding interface statement, it uses this
statement to configure the interface
-> otherwise, the given profile is used
-- Jeremie Corbier <jeremie.corbier@resel.enst-bretagne.fr> Thu, 18 Dec 2008 09:27:02 +0100
|