You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup debian repository and install required packages
configure
set system package repository stretch components 'main contrib non-free'
set system package repository stretch distribution stretch
set system package repository stretch url http://archive.debian.org/debian
sudo apt update
sudo apt install patch
Apply patch
sudo -i
# Download Patch File via curl -o
mkdir /opt/vyatta/share/vyatta-cfg/templates/interfaces/ethernet/node.tag/ipv6/router-advert/prefix/node.tag/deprecate-prefix
cat >/opt/vyatta/share/vyatta-cfg/templates/interfaces/ethernet/node.tag/ipv6/router-advert/prefix/node.tag/deprecate-prefix/node.def <<EOF
type: bool
help: Flag whether a prefix should be deprecated when radvd is shutdown
default: false
EOF
cp /opt/vyatta/sbin/vyatta_gen_radvd.pl /opt/vyatta/sbin/vyatta_gen_radvd.pl.backup
patch /opt/vyatta/sbin/vyatta_gen_radvd.pl < ./gen_radvd.pl.patch
rm gen_radvd.pl.patch
exit
Configuration Example
set interfaces ethernet eth0 ipv6 router-advert prefix ::/64 deprecate-prefix true
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