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 b1ed481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -99,7 +99,7 @@ border_routing_uninstall()
with BORDER_ROUTING || return 0

accept_ra_uninstall
dhcpcd_enable_ipv6
dhcpcd_enable_ipv6rs
}

border_routing_install()
Expand Down

0 comments on commit b1ed481

Please sign in to comment.