summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2018-10-25 20:06:59 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2018-10-25 20:10:57 +0200
commit0437e10517aa0b6c2e3490626333a0082ff4c79f (patch)
tree498f2d6f82500fb304e37771d21d48c6185d089f /ripd
parentMerge pull request #3121 from pguibert6WIND/flowspec_json_issue (diff)
downloadfrr-0437e10517aa0b6c2e3490626333a0082ff4c79f.tar.xz
frr-0437e10517aa0b6c2e3490626333a0082ff4c79f.zip
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ripd')
-rw-r--r--ripd/ripd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index 444a09914..dd0d17ee4 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -1238,7 +1238,7 @@ static void rip_response_process(struct rip_packet *packet, int size,
Ciscos before the 'ip subnet zero' option, it would be almost
right too :-)
- Cisco summarize ripv1 advertisments to the classful boundary
+ Cisco summarize ripv1 advertisements to the classful boundary
(/16 for class B's) except when the RIP packet does to inside
the classful network in question. */
@@ -2513,7 +2513,7 @@ static void rip_update_process(int route_type)
VRF_DEFAULT);
if (!connected) {
zlog_warn(
- "Neighbor %s doesnt have connected interface!",
+ "Neighbor %s doesn't have connected interface!",
inet_ntoa(p->u.prefix4));
continue;
}