diff options
author | Michele Marchetto <michele@cvs.openbsd.org> | 2008-12-17 14:19:40 +0000 |
---|---|---|
committer | Michele Marchetto <michele@cvs.openbsd.org> | 2008-12-17 14:19:40 +0000 |
commit | cf18c8ead2d515cfea800a21b448d24b89d8a8d9 (patch) | |
tree | ff1e7808f9d49e6a49717433fef45e2c0b5fde0f /usr.sbin/ripd/ripe.h | |
parent | 18d0b66bfb8c173ffb0673e3dc232e6675fac5c4 (diff) |
Add support for demotion counter.
When interfaces go up/down the demotion counter of the
specified group is decreased/increased.
ok henning@
Diffstat (limited to 'usr.sbin/ripd/ripe.h')
-rw-r--r-- | usr.sbin/ripd/ripe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ripd/ripe.h b/usr.sbin/ripd/ripe.h index 30487d975ec..7514d6baad9 100644 --- a/usr.sbin/ripd/ripe.h +++ b/usr.sbin/ripd/ripe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ripe.h,v 1.8 2007/10/24 20:52:50 claudio Exp $ */ +/* $OpenBSD: ripe.h,v 1.9 2008/12/17 14:19:39 michele Exp $ */ /* * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> @@ -115,6 +115,7 @@ void ripe_dispatch_main(int, short, void *); void ripe_dispatch_rde(int, short, void *); void ripe_iface_ctl(struct ctl_conn *, unsigned int); void ripe_nbr_ctl(struct ctl_conn *); +void ripe_demote_iface(struct iface *, int); /* auth.c */ int auth_validate(u_int8_t **, u_int16_t *, struct iface *, struct nbr *, |