[Xorp-hackers] [PATCH 0/4] Support for u64 type and fix i32 type

igorm at etf.rs igorm at etf.rs
Tue Mar 13 03:49:11 PDT 2012


From: Igor Maravic <igorm at etf.rs>

Hi,
In these patches I introduced u64 type and fixed behavior for i32 type.
BR
Igor Maravić

Igor Maravic (4):
  xorp: Added support for uint64 type
  xorp: rtrmgr: Add option to read negative int values
  xorp: rtrmgr: Enable reading of positive integers
  xorp: rtrmgr: Enable i32 and u64 multi value nodes to boot up

 xorp/libxorp/range.hh             |  133 +++++++++++++++++++++++++++++++++++-
 xorp/rtrmgr/boot.ll               |    5 ++
 xorp/rtrmgr/boot.yy               |    6 ++
 xorp/rtrmgr/conf_tree.cc          |   31 +++++++--
 xorp/rtrmgr/template.ll           |   10 +++
 xorp/rtrmgr/template.yy           |   12 ++++
 xorp/rtrmgr/template_tree.cc      |   28 ++++++--
 xorp/rtrmgr/template_tree_node.cc |  124 +++++++++++++++++++++++++++++++++--
 xorp/rtrmgr/template_tree_node.hh |  129 +++++++++++++++++++++++-------------
 9 files changed, 406 insertions(+), 72 deletions(-)

-- 
1.7.5.4




More information about the Xorp-hackers mailing list