diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-26 16:21:29 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-03-26 16:21:29 +0100 |
commit | 48cff379a718998cd984d60fb6f8b48cb961c0f1 (patch) | |
tree | c4e0a589e36522e3579486cdba7309cd07a01a50 /proto/ospf/ospf.h | |
parent | af157fa3dbe2bba0674eb7634efd3ade6c89d604 (diff) |
Added some comments.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index ef51b9fd..bb0b6afc 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 ...) */ |