diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-01-22 11:03:30 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-01-22 11:03:30 +0100 |
commit | 5c78e0e386d4c770b646cab4a8adc3c87987f50f (patch) | |
tree | c3d3a4e35812d94d46811e2c0d8fdcbed200b22c /proto/ospf/ospf.h | |
parent | bc092571171d00de8b429fec8ba70c39240d7e91 (diff) |
Some more verbose warnings.
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 60a34fba..d6961519 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -177,7 +177,7 @@ struct ospf_area_config struct ospf_iface { node n; - struct iface *iface; /* Nest's iface */ + struct iface *iface; /* Nest's iface, non-NULL (unless type OSPF_IT_VLINK) */ struct ifa *addr; /* IP prefix associated with that OSPF iface */ struct ospf_area *oa; struct ospf_iface_patt *cf; |