From: Igor Maravic <[email protected]> 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 _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
