Page MenuHomeVyOS Platform

service_router-advert.py issue
Open, NormalPublicBUG

Description

It changed the interface name from pod-network02 to pod_network02

commands:
set service router-advert interface pod-network02

cat /run/radvd/radvd.conf
interface pod_network02 {

IgnoreIfMissing on;
AdvDefaultPreference medium;
MaxRtrAdvInterval 600;
AdvReachableTime 0;
AdvIntervalOpt on;
AdvSendAdvert on;
AdvOtherConfigFlag off;
AdvRetransTimer 0;
AdvCurHopLimit 64;

};

Details

Version
1.5
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)