Skip to content

Commit 0053598

Browse files
committed
Typo fix: s/advertisment/advertisement/
1 parent be8386a commit 0053598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/network/networkd-link.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)