diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-09-27 08:23:12 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-09-27 08:23:12 +0000 |
commit | 6c841191972672e07d4ac0da84e199b5b9ff6da2 (patch) | |
tree | c30058482b0505378be85b671b29b824b59f880b /usr.sbin/bgpd/util.c | |
parent | 8bdc41d78b80a6f5dfce4cf53b64da7c39c7e52d (diff) |
typo in macro name; no md5 change
Diffstat (limited to 'usr.sbin/bgpd/util.c')
-rw-r--r-- | usr.sbin/bgpd/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/util.c b/usr.sbin/bgpd/util.c index 0f6a799d2e6..c1d9bb07583 100644 --- a/usr.sbin/bgpd/util.c +++ b/usr.sbin/bgpd/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.14 2011/09/20 21:19:07 claudio Exp $ */ +/* $OpenBSD: util.c,v 1.15 2013/09/27 08:23:11 sthen Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -147,7 +147,7 @@ log_ext_subtype(u_int8_t subtype) switch (subtype) { case EXT_COMMUNITY_ROUTE_TGT: return ("rt"); /* route target */ - case EXT_CUMMUNITY_ROUTE_ORIG: + case EXT_COMMUNITY_ROUTE_ORIG: return ("soo"); /* source of origin */ case EXT_COMMUNITY_OSPF_DOM_ID: return ("odi"); /* ospf domain id */ |