diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:38:11 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 61879cab13b362db334af8e015076b6a959ab5b1 (patch) | |
tree | e5fe6d226385ef7894c9d87721dc67c79b680225 /staticd | |
parent | *: Fix spelling of ojbect (diff) | |
download | frr-61879cab13b362db334af8e015076b6a959ab5b1.tar.xz frr-61879cab13b362db334af8e015076b6a959ab5b1.zip |
*: Fix spelling of Inteface
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'staticd')
-rw-r--r-- | staticd/static_zebra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_zebra.c b/staticd/static_zebra.c index af153b4bc..bf0e4e8ab 100644 --- a/staticd/static_zebra.c +++ b/staticd/static_zebra.c @@ -87,7 +87,7 @@ static struct static_nht_hash_head static_nht_hash[1]; struct zclient *zclient; uint32_t zebra_ecmp_count = MULTIPATH_NUM; -/* Inteface addition message from zebra. */ +/* Interface addition message from zebra. */ static int static_ifp_create(struct interface *ifp) { static_ifindex_update(ifp, true); |