network/salt/upstream/dhcp6c.conf

22 lines
385 B
Plaintext
Raw Normal View History

2018-06-22 23:06:34 +02:00
interface {{ interface }} {
send rapid-commit;
send ia-pd 0;
send ia-na 0;
request sip-server-domain-name;
request sip-server-address;
};
id-assoc pd 0 {
prefix ::/56 infinity;
prefix-interface core {
# 0x81 in decimal
sla-id 129;
# 64 - 56
sla-len 8;
2018-06-23 00:30:35 +02:00
# …::b:0/64
ifid 720896;
2018-06-22 23:06:34 +02:00
};
};
id-assoc na 0 {
};