Skip to content

Commit

Permalink
semi-automated PD on raspbian scripts: comment and naming update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsong-cnyn committed Oct 15, 2024
1 parent 9756e08 commit 90b752e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/_border_routing
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ EOF
fi
}

# This function enables IPv6 support in dhcpcd.
dhcpcd_enable_ipv6()
# This function enables IPv6 Router Solicitation (RS) in dhcpcd.
dhcpcd_enable_ipv6rs()
{
if [ -f $DHCPCD_CONF_BACKUP_FILE ]; then
sudo cp $DHCPCD_CONF_BACKUP_FILE $DHCPCD_CONF_FILE
Expand Down

0 comments on commit 90b752e

Please sign in to comment.