diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-02-16 15:23:34 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-02-16 15:23:34 +0000 |
commit | c59e6a5f4857528c6c3710dbdb751887cb292c42 (patch) | |
tree | 10992245347da8208816eee88965af5c6372a86d /usr.sbin/ospfd/ospfd.h | |
parent | 0e79465e5eb889e3928ab33dd46da0338d170fa8 (diff) |
Support point to point links.
ok claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index f47a5cf22ac..6f6837dc028 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.8 2005/02/10 14:05:48 claudio Exp $ */ +/* $OpenBSD: ospfd.h,v 1.9 2005/02/16 15:23:33 norby Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -233,6 +233,7 @@ struct iface { char name[IF_NAMESIZE]; struct in_addr addr; + struct in_addr dst; struct in_addr mask; struct in_addr rtr_id; char *auth_key; |