summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-03-26 16:21:29 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-03-26 16:21:29 +0100
commit48cff379a718998cd984d60fb6f8b48cb961c0f1 (patch)
treec4e0a589e36522e3579486cdba7309cd07a01a50 /proto/ospf/ospf.h
parentaf157fa3dbe2bba0674eb7634efd3ade6c89d604 (diff)
downloadbird-48cff379a718998cd984d60fb6f8b48cb961c0f1.tar
bird-48cff379a718998cd984d60fb6f8b48cb961c0f1.zip
Added some comments.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index ef51b9f..bb0b6af 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -159,7 +159,7 @@ struct ospf_iface
{
node n;
struct iface *iface; /* Nest's iface */
- struct ifa *addr;
+ struct ifa *addr; /* IP prefix associated with that OSPF iface */
struct ospf_area *oa;
struct object_lock *lock;
sock *sk; /* IP socket (for DD ...) */