summaryrefslogtreecommitdiff
path: root/bgpd/bgp_community.c
diff options
context:
space:
mode:
authorPaul Jakma <paul@quagga.net>2011-04-01 15:58:27 +0100
committerPaul Jakma <paul@quagga.net>2011-04-01 15:58:27 +0100
commit4a2035fd71990848017237838fe11bc1aeb41641 (patch)
tree6cc2abfc5b6e3dd51e71a42cae122c9b935a2f4f /bgpd/bgp_community.c
parent7015b8a24965ce144296a791be816dc9bbeb477a (diff)
Revert "bgpd: "Intern" communities in route maps"
This reverts commit 2c9fd7e07283b8904ef20030c9dadb032e999b12.
Diffstat (limited to 'bgpd/bgp_community.c')
-rw-r--r--bgpd/bgp_community.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/bgpd/bgp_community.c b/bgpd/bgp_community.c
index 68383adf..ae1d7a15 100644
--- a/bgpd/bgp_community.c
+++ b/bgpd/bgp_community.c
@@ -292,13 +292,6 @@ community_com2str (struct community *com)
return str;
}
-/* Find an 'intern'ed community structure */
-struct community *
-community_lookup (struct community *com)
-{
- return (struct community *) hash_lookup (comhash, com);
-}
-
/* Intern communities attribute. */
struct community *
community_intern (struct community *com)