> On Oct 31, 2014, at 11:43 PM, Tom Pusateri <pusat...@bangj.com> wrote:
> 
>> 
>> On Oct 31, 2014, at 11:23 PM, Chris Inacio <nacho...@gmail.com> wrote:
>> 
>> My configs are really basic.  dhcp6c.conf:
>> 
>> interface re0 {
>> 
>>       send ia-pd 0;
>> 
>>       send ia-na 1;
>> 
>> };
>> 
>> 
>> id-assoc na 1 {
>> 
>> };
>> 
>> 
>> id-assoc pd {
>> 
>>       prefix ::/56 infinity;
>> 
>>       prefix-interface re0 {
>> 
>>               sla-len 4;
>> 
>>               sla-id 1;
>> 
>>       };
>> 
>> };

In addition to my earlier post, you are missing the ID for the ia-pd 
association.

replace:

id-assoc pd {

with:

id-assoc pd 0 {

and you are referencing your upstream interface instead of your downstream 
interface in the delegated prefix-interface statement.

replace:

prefix-interface re0 {

with

prefix-interface re1 {


Thanks,
Tom

_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to