File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ CHANGES WITH 227:
783783
784784 * systemd-networkd gained support for:
785785
786- - Setting the IPv6 Router Advertisment settings via
786+ - Setting the IPv6 Router Advertisement settings via
787787 IPv6AcceptRouterAdvertisements= in .network files.
788788
789789 - Configuring the HelloTimeSec=, MaxAgeSec= and
Original file line number Diff line number Diff line change @@ -2146,7 +2146,7 @@ static int link_set_ipv6_accept_ra(Link *link) {
21462146
21472147 p = strjoina ("/proc/sys/net/ipv6/conf/" , link -> ifname , "/accept_ra" );
21482148
2149- /* We handle router advertisments ourselves, tell the kernel to GTFO */
2149+ /* We handle router advertisements ourselves, tell the kernel to GTFO */
21502150 r = write_string_file (p , "0" , WRITE_STRING_FILE_VERIFY_ON_FAILURE );
21512151 if (r < 0 )
21522152 log_link_warning_errno (link , r , "Cannot disable kernel IPv6 accept_ra for interface: %m" );
You can’t perform that action at this time.
0 commit comments