summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/ripe.h
diff options
context:
space:
mode:
authormichele <michele@openbsd.org>2007-04-09 20:45:52 +0000
committermichele <michele@openbsd.org>2007-04-09 20:45:52 +0000
commit960f8542a532fff65a9116a08ad09ac0f4be8f07 (patch)
treebb88fb8705f093bb9dc726209b7d679cf602224a /usr.sbin/ripd/ripe.h
parentCorrectly handle option '-m', okay mickey@ grunk@ (diff)
downloadwireguard-openbsd-960f8542a532fff65a9116a08ad09ac0f4be8f07.tar.xz
wireguard-openbsd-960f8542a532fff65a9116a08ad09ac0f4be8f07.zip
Improve the handling of "counting to infinity" mechanism and add an heuristic
higly recommended in the rfc. tested by me and OK claudio@
Diffstat (limited to 'usr.sbin/ripd/ripe.h')
-rw-r--r--usr.sbin/ripd/ripe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ripd/ripe.h b/usr.sbin/ripd/ripe.h
index 3c901901afe..8a7d2c70270 100644
--- a/usr.sbin/ripd/ripe.h
+++ b/usr.sbin/ripd/ripe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ripe.h,v 1.5 2007/03/27 20:19:04 michele Exp $ */
+/* $OpenBSD: ripe.h,v 1.6 2007/04/09 20:45:52 michele Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -73,12 +73,12 @@ struct nbr {
int flags;
};
-/* packet */
+/* packet.c */
int send_packet(struct iface *, void *, size_t, struct sockaddr_in *);
void recv_packet(int, short, void *);
int gen_rip_hdr(struct buf *, u_int8_t);
-/* interface */
+/* interface.c */
void if_init(struct ripd_conf *, struct iface *);
int if_fsm(struct iface *, enum iface_event);
int if_set_mcast(struct iface *);