Skip to content

Commit

Permalink
Remove radvd.conf file creation from mesh-helper.sh
Browse files Browse the repository at this point in the history
Jira-Id: SCDI-43

Signed-off-by: Mika Joenpera <[email protected]>
  • Loading branch information
joenpera committed Oct 30, 2023
1 parent 270ac6f commit 8b4f5fa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions common/scripts/mesh-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ generate_bridge_ip() {

# legacy support
br_lan_ip=$bridge_ip

cat > /etc/radvd.conf <<- EOF
interface $bridge_name {
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;
prefix 2001:db8:1234:5678::/64 {
AdvOnLink on;
AdvAutonomous on;
};
};
EOF
}

source_configuration() {
Expand Down

0 comments on commit 8b4f5fa

Please sign in to comment.