mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 11:21:07 +00:00
bgpd: Fixed typo in comment
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
This commit is contained in:
parent
cde8d696e0
commit
770817b408
@ -1529,7 +1529,7 @@ static void *route_set_community_compile(const char *arg)
|
|||||||
sp = strstr(arg, "additive");
|
sp = strstr(arg, "additive");
|
||||||
|
|
||||||
if (sp && sp > arg) {
|
if (sp && sp > arg) {
|
||||||
/* "additive" keyworkd is included. */
|
/* "additive" keyword is included. */
|
||||||
additive = 1;
|
additive = 1;
|
||||||
*(sp - 1) = '\0';
|
*(sp - 1) = '\0';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user