diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-09-28 12:09:32 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-09-28 12:09:32 +0000 |
commit | b267daf4c189668d9a56b91cd57563281977743b (patch) | |
tree | 76dcadd9b230bce93a25a671b3480fb6622786d3 /usr.sbin/bgpd/rde.h | |
parent | 86e249c2d6e1643c759e59dbe4fdfd53ee5ac273 (diff) |
Add prepend-neighbor feature. Prepend the remote-as n times similar to
prepend-self. Only for incomming UPDATEs. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r-- | usr.sbin/bgpd/rde.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index 8db89dba774..e34efbe4171 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.55 2004/08/13 14:03:20 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.56 2004/09/28 12:09:31 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and @@ -346,7 +346,7 @@ void pt_dump(void (*)(struct pt_entry *, void *), void *, enum filter_actions rde_filter(struct rde_peer *, struct rde_aspath *, struct bgpd_addr *, u_int8_t, enum directions); void rde_apply_set(struct rde_aspath *, struct filter_set *, - sa_family_t); + sa_family_t, struct rde_peer *, enum directions); int rde_filter_community(struct rde_aspath *, int, int); #endif /* __RDE_H__ */ |