diff options
| author | hasso <hasso> | 2004-08-04 20:02:13 +0000 | 
|---|---|---|
| committer | hasso <hasso> | 2004-08-04 20:02:13 +0000 | 
| commit | 049207c31d9b5da023c6c2e3689b771010098f94 (patch) | |
| tree | 08dd51fe72c455f869b83372e4a6aa1346389426 /ospf6d/ospf6d.h | |
| parent | 4f4795e83fb4ddcc0d19322478e9cc422a60c7c4 (diff) | |
SVN revision 907 from Zebra cvs repository.
Diffstat (limited to 'ospf6d/ospf6d.h')
| -rw-r--r-- | ospf6d/ospf6d.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 69d62d9593..c738df6542 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.7d" +#define OSPF6_DAEMON_VERSION    "0.9.7e"  /* global variables */  extern int errno; @@ -97,6 +97,7 @@ extern struct thread_master *master;  #define OSPF6_ROUTER_ID_STR "Specify Router-ID\n"  #define OSPF6_LS_ID_STR     "Specify Link State ID\n" +#define VNL VTY_NEWLINE  #define OSPF6_CMD_CHECK_RUNNING() \    if (ospf6 == NULL) \      { \  | 
