diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-03-14 03:52:43 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-03-14 03:52:43 +0000 |
commit | 4db7003c15fe1a61209e264883f7c74ab7f4dd3a (patch) | |
tree | a78cef094aed5fb8aa27d3c2ff149c5ab7a27aa5 /usr.sbin/bgpd/rde.h | |
parent | 651a8ec0536429ec664a047ea1884b4f2ca9388e (diff) |
rename rde_free_filter() to filterlist_free() and start using it outside
of the RDE to free the filterlists. Also refactor common code to merge
filterlists into its own function. Makes the code look nicer.
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r-- | usr.sbin/bgpd/rde.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index abafc19b10f..02b755d0888 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.147 2013/08/14 20:34:26 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.148 2015/03/14 03:52:42 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and @@ -326,7 +326,6 @@ u_int32_t rde_local_as(void); int rde_noevaluate(void); int rde_decisionflags(void); int rde_as4byte(struct rde_peer *); -void rde_free_filter(struct filter_head *); /* rde_attr.c */ int attr_write(void *, u_int16_t, u_int8_t, u_int8_t, void *, |