summaryrefslogtreecommitdiffstats
path: root/ldpd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 14:21:31 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 14:21:31 +0200
commit3819e4ced77f42a267079aa074041dded1200953 (patch)
tree1fa950543e355195db48ba14c91dbf714b874bd9 /ldpd
parent*: Fix spelling of modifed (diff)
downloadfrr-3819e4ced77f42a267079aa074041dded1200953.tar.xz
frr-3819e4ced77f42a267079aa074041dded1200953.zip
*: Fix spelling of inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ldpd')
-rw-r--r--ldpd/ldpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c
index a78d2b25d..796cf1179 100644
--- a/ldpd/ldpd.c
+++ b/ldpd/ldpd.c
@@ -1790,7 +1790,7 @@ merge_l2vpn(struct ldpd_conf *xconf, struct l2vpn *l2vpn, struct l2vpn *xl)
previous_pw_type = l2vpn->pw_type;
previous_mtu = l2vpn->mtu;
- /* merge intefaces */
+ /* merge interfaces */
RB_FOREACH_SAFE(lif, l2vpn_if_head, &l2vpn->if_tree, ftmp) {
/* find deleted interfaces */
if (l2vpn_if_find(xl, lif->ifname) == NULL) {