# For more examples, see the radvd documentation.

interface br-lan
{
        AdvSendAdvert on;

#
# Disable Mobile IPv6 support
#
        AdvHomeAgentFlag off;

#
# example of a standard prefix
#
        prefix 2a01:5d8:52e6:347b::1/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };

};