fixed typo
Obtained from: KAME MFC after: 1 day
This commit is contained in:
parent
7999556019
commit
c27109e92b
@ -69,7 +69,7 @@ int dflag = 0;
|
||||
|
||||
char *otherconf_script;
|
||||
|
||||
/* protocol constatns */
|
||||
/* protocol constants */
|
||||
#define MAX_RTR_SOLICITATION_DELAY 1 /* second */
|
||||
#define RTR_SOLICITATION_INTERVAL 4 /* seconds */
|
||||
#define MAX_RTR_SOLICITATIONS 3 /* times */
|
||||
@ -265,7 +265,7 @@ main(int argc, char **argv)
|
||||
/* configuration per interface */
|
||||
if (ifinit()) {
|
||||
warnmsg(LOG_ERR, __func__,
|
||||
"failed to initilizatoin interfaces");
|
||||
"failed to initialization interfaces");
|
||||
exit(1);
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
@ -695,7 +695,7 @@ rtsol_timer_update(struct ifinfo *ifinfo)
|
||||
/*
|
||||
* After sending MAX_RTR_SOLICITATIONS solicitations,
|
||||
* we're just waiting for possible replies; there
|
||||
* will be no more solicatation. Thus, we change
|
||||
* will be no more solicitation. Thus, we change
|
||||
* the timer value to MAX_RTR_SOLICITATION_DELAY based
|
||||
* on RFC 2461, Section 6.3.7.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user