16
回編集
差分
編集の要約なし
option ip-sip-servers code 120 = { boolean, array of ip-address };
option vendor-class.ntt code 210 = string;
option space ntt code width 1 length width 1 hash size 37;
option ntt.mac code 201 = string;
option ntt.number code 202 = text;
interface "eth0" {
send vendor-class.ntt = concat(06, suffix(hardware, 6));
}</nowiki>
iface eth0 inet6 dhcp
# (pre-upでip -6 address show dev eth0 の結果がtentativeでなくなるのを待って)
# (upでNGNの経路を足す)</nowiki>
うまくいくと /var/lib/dhcp/dhclient6.eth0.leases にIPv4のものと同等の情報が入る。