diff options
author | hasso <hasso> | 2005-08-17 13:31:47 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-08-17 13:31:47 +0000 |
commit | 54bedb55d9f4185e35307a4178ad8d73a9a8857d (patch) | |
tree | 9cccbd6d9ed8d0e612a76817ced6cd24dbb8e2a0 /ospfd/ChangeLog | |
parent | 56b24f4c33d2dc093922945319da02c7cbdadd2b (diff) |
* ospf_vty.c: Check carefully if interface exists before trying to
print info about it.
Fixes bugzilla #213. [backport candidate]
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index cb164590..b546bbd1 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,8 @@ +2005-08-17 Hasso Tepper <hasso at quagga.net> + + * ospf_vty.c: Check carefully if interface exists before trying to + print info about it. + 2005-08-05 Hasso Tepper <hasso at quagga.net> * ospf_zebra.c: Don't assert/stop before type == ZEBRA_ROUTE_MAX if |