diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:29:22 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 07b12758beabef282939525b8c065aea06968dd0 (patch) | |
tree | 66f726d008e743be746778a8802232d103921b65 /pimd/pim_upstream.c | |
parent | bgpd: Fix spelliing of serach (diff) | |
download | frr-07b12758beabef282939525b8c065aea06968dd0.tar.xz frr-07b12758beabef282939525b8c065aea06968dd0.zip |
pimd, zebra: Fix spelling of fowarding
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd/pim_upstream.c')
-rw-r--r-- | pimd/pim_upstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index 571117ac0..af1254f79 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -647,7 +647,7 @@ void pim_upstream_register_reevaluate(struct pim_instance *pim) * 2. and along the RPT if SPTbit is not set * If forwarding is hw accelerated i.e. control and dataplane components * are separate you may not be able to reliably set SPT bit on intermediate - * routers while still fowarding on the (S,G,rpt). + * routers while still forwarding on the (S,G,rpt). * * This macro is a slight deviation on the RFC and uses "traffic-agnostic" * criteria to decide between using the RPT vs. SPT for forwarding. |