From dbd8addfc122b72c72af8dbb5dad3d00cb28b4be Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Thu, 10 Mar 2011 15:18:01 -0800 Subject: [PATCH] Add a README, remove some stale TODO files. Signed-off-by: Ben Greear --- data/README | 4 ++++ xorp/TODO | 14 -------------- xorp/xrl/TODO | 8 -------- 3 files changed, 4 insertions(+), 22 deletions(-) create mode 100644 data/README delete mode 100644 xorp/TODO delete mode 100644 xorp/xrl/TODO diff --git a/data/README b/data/README new file mode 100644 index 000000000..62cc581f2 --- /dev/null +++ b/data/README @@ -0,0 +1,4 @@ +The bgp files were intended for bgp regression tests. Those tests may +not be fully functional, but useful to keep the data files in case someone +feels like fixing bgp regression tests. + diff --git a/xorp/TODO b/xorp/TODO deleted file mode 100644 index f67d6ba83..000000000 --- a/xorp/TODO +++ /dev/null @@ -1,14 +0,0 @@ - -* Add a list with acknowledgments for all people who have contributed: - bug reports/fixes/etc. This list will go with the source code, - and a similar list should be on the Web page. - -* Modify all documents to contain a list of contributors. - -* Standardize the version string format return by the - common_0_1_get_version XRL across all targets. - -* Add "-ansi" and "-pedantic" flags to the gcc/g++ compilation flags - -* Fix all file names. - E.g. all names non-capital letters + numbers, and use underscores. diff --git a/xorp/xrl/TODO b/xorp/xrl/TODO deleted file mode 100644 index 904e35d10..000000000 --- a/xorp/xrl/TODO +++ /dev/null @@ -1,8 +0,0 @@ -# -# $XORP: xorp/xrl/TODO,v 1.2 2003/11/06 22:13:56 hodson Exp $ -# - -* Add transport preferences to client methods: ordered vs unordered, - reliable vs unreliable, etc. - -* Add support for enumerations in interface specifications.