diff options
author | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 10:47:53 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 10:47:53 +0000 |
commit | 0b26f81bf9e81be0f65787c48061709427c70d10 (patch) | |
tree | e10561c1d301e78de8561f26123687def19c0a46 /ospf6d/ospf6d.h | |
parent | cf1ce250d20003ae94c835e73e95e7442d7a5b53 (diff) |
[ospf6d] GNU Zebra 3563: Fix as-external forwarding address
2006-03-01 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
* ospf6_asbr.c: fix bug of needless forwarding address
* ospf6d.h: version 0.9.7r
Diffstat (limited to 'ospf6d/ospf6d.h')
-rw-r--r-- | ospf6d/ospf6d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 1dfd96b5..2790fc29 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -22,7 +22,7 @@ #ifndef OSPF6D_H #define OSPF6D_H -#define OSPF6_DAEMON_VERSION "0.9.7q" +#define OSPF6_DAEMON_VERSION "0.9.7r" /* global variables */ extern int errno; |