This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///// TODO : Replace <<LAN_INTERFACE>> with internal bridge or lan interface, replace <<<PPPOE_DIGI_INTERFACE>>> with the pppoe-digi interface | |
/ipv6 nd | |
set [ find default=yes ] disabled=yes | |
add advertise-dns=yes interface=<<LAN_INTERFACE>> | |
/ipv6 dhcp-client | |
add add-default-route=yes interface=<<<PPPOE_DIGI_INTERFACE>>> pool-name=pool6 request=address,prefix script=":del\ | |
ay 5s;\ | |
\n/ipv6 address remove [find advertise=yes]\ |
OlderNewer