Skip to content

Commit

Permalink
isisd: replace dict_* with DECLARE_RBTREE
Browse files Browse the repository at this point in the history
Historically, isisd has been carrying around its own red-black tree to
manage its LSP DB in.  This replaces that with the newly-added
DECLARE_RBTREE_*.  This allows completely removing the dict_* code.

Signed-off-by: David Lamparter <equinox@diac24.net>
  • Loading branch information
eqvinox committed Apr 27, 2019
1 parent 798ac49 commit 4bef0ec
Show file tree
Hide file tree
Showing 33 changed files with 222 additions and 1,949 deletions.
13 changes: 0 additions & 13 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -324,19 +324,6 @@ Copyright:
Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
Copyright (c) 2006, 2007, 2008 Reyk Floeter <reyk@openbsd.org>

Files: isisd/dict.*
Copyright: Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
License: custom-BSD-like
All rights are reserved by the author, with the following exceptions:
Permission is granted to freely reproduce and distribute this software,
possibly in exchange for a fee, provided that this copyright notice appears
intact. Permission is also granted to adapt this software to produce
derivative works, as long as the modified versions carry this copyright
notice and additional notices stating that the work has been modified.
This source code may be translated into executable form and incorporated
into proprietary software; there is no requirement for such software to
contain a copyright notice related to this source.

Files: qpb/qpb.proto fpm/fpm.proto
License: ISC
Copyright: Copyright (C) 2016 Sproute Networks, Inc.
Expand Down
Loading

0 comments on commit 4bef0ec

Please sign in to comment.