diff options
| author | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 10:39:30 +0000 | 
|---|---|---|
| committer | Paul Jakma <paul.jakma@sun.com> | 2006-05-15 10:39:30 +0000 | 
| commit | cb4b88452e04a0102fedff4f01a2246f5e70dea9 (patch) | |
| tree | 02af223018f79db39a091a985b7605539cb180a5 /ospf6d/ospf6d.h | |
| parent | b2518c1e884cb8b4f4502f8b90b1c368e1a352ec (diff) | |
[ospf6d] Import GNU Zebra CVSps#3559: Fix inter-area as-ext bug, cleanup debug
2005-10-06  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
	* ospf6_asbr.c: fix bug of calculating AS-External routes
	  in other areas. Add debugging function for border-router
	  calculation.
	* ospf6d.h: version 0.9.7p
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 4b718d7a66..2346cc9ad8 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.7o" +#define OSPF6_DAEMON_VERSION    "0.9.7p"  /* global variables */  extern int errno;  | 
