Files
Dong Heng f8b212de5f feat(coap): Bring coap from esp-idf
Commit ID: 22da5f6d
2018-10-10 19:55:30 +08:00

15 lines
198 B
Plaintext

interface tap0
{
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 20;
prefix aaaa::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};