mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
tests: add v6 check
The counting of total maximum address space seems to be broken at the moment, and the check is expected to fail until a counting fix is available. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
1424db9427
commit
a2fa69a403
5 changed files with 101 additions and 1 deletions
78
tests/leases/v6
Normal file
78
tests/leases/v6
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
ia-na "sample" {
|
||||
iaaddr dead:abba:1000:b4:a4e4:7b7a:140a:9ab1 {
|
||||
binding state active;
|
||||
}
|
||||
}
|
||||
|
||||
ia-na "sample" {
|
||||
iaaddr dead:abba:1000:c0:812a:6e4c:cc3:782d {
|
||||
binding state active;
|
||||
}
|
||||
}
|
||||
|
||||
ia-na "sample" {
|
||||
iaaddr dead:abba:1000:ce:3507:ad74:2645:d041 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-na "sample" {
|
||||
iaaddr dead:abba:4000::68 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:1000:fe00::/56 {
|
||||
binding state active;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:4000:ff00::/56 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:4000:fe00::/56 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:4000:ff00::/56 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:1000:ff00::/56 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:4000:ff00::/56 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:4000:fe00::/56 {
|
||||
binding state expired;
|
||||
}
|
||||
}
|
||||
|
||||
ia-pd "sample" {
|
||||
iaprefix dead:abba:1000:fe00::/56 {
|
||||
binding state active;
|
||||
}
|
||||
}
|
||||
|
||||
ia-na "sample" {
|
||||
iaaddr dead:abba:1000:b4:a4e4:7b7a:140a:9ab1 {
|
||||
binding state active;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue