diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-20 03:21:00 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-20 03:21:00 +0200 |
commit | 3b4e6bd594833a32835f4cd59f471a7174711662 (patch) | |
tree | f5c1051df2c1d3ea72314b931725e99def809471 /ospf6d/ospf6d.h | |
parent | Merge pull request #1011 from donaldsharp/tlv_crash (diff) | |
download | frr-3b4e6bd594833a32835f4cd59f471a7174711662.tar.xz frr-3b4e6bd594833a32835f4cd59f471a7174711662.zip |
ospf6d: Remove ospf6d version string
This version string has not been updated in over 11 years.
I cannot see any viable reason that we should use or update
or anything with this value, remove.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6d.h')
-rw-r--r-- | ospf6d/ospf6d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 1515c3ad0..77a40eac6 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -21,8 +21,6 @@ #ifndef OSPF6D_H #define OSPF6D_H -#define OSPF6_DAEMON_VERSION "0.9.7r" - #include "libospf.h" #include "thread.h" |