Merge pull request #9576 from MajesticFalcon/master

ripd: Fix spelling errors
This commit is contained in:
Quentin Young 2021-09-07 12:53:27 -04:00 committed by GitHub
commit 48a202b20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ RB_GENERATE(rip_instance_head, rip, entry, rip_instance_compare)
struct rip_instance_head rip_instances = RB_INITIALIZER(&rip_instances);
/* Utility function to set boradcast option to the socket. */
/* Utility function to set broadcast option to the socket. */
static int sockopt_broadcast(int sock)
{
int ret;
@ -480,7 +480,7 @@ static void rip_rte_process(struct rte *rte, struct sockaddr_in *from,
}
/* Once the entry has been validated, update the metric by
adding the cost of the network on wich the message
adding the cost of the network on which the message
arrived. If the result is greater than infinity, use infinity
(RFC2453 Sec. 3.9.2) */
/* Zebra ripd can handle offset-list in. */