mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 08:21:42 +00:00
bgpd: fix typo
Signed-off-by: Donald Lee <dlqs@gmx.com>
This commit is contained in:
parent
2ce634e2ad
commit
bca62fe045
@ -372,7 +372,7 @@ route_match_script(void *rule, const struct prefix *prefix, void *object)
|
||||
|
||||
if (frrscript_load(fs, routematch_function, NULL)) {
|
||||
zlog_err(
|
||||
"Issue loading script or function function; defaulting to no match");
|
||||
"Issue loading script or function; defaulting to no match");
|
||||
return RMAP_NOMATCH;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user