[Xorp-hackers] [PATCH 0/8] Enable sync of Xorp and kernel

igorm at etf.rs igorm at etf.rs
Tue Mar 20 10:02:39 PDT 2012


From: Igor Maravic <igorm at etf.rs>

Hi,
In this patch series I fixed returning of variable values and enabled sync of
Xorp and kernel.
BR
Igor Maravic

Igor Maravic (8):
  xorp: rtrmgr: Insert missing XrlAtoms for sending fake args
  xorp: rtrmgr: Fix using of return varibles in xrl
  xorp: rtrmgr: When adding child node, remove named variable with same
    name
  trivial: automated ws fixes
  xorp: rtrmgr: Enable usage of %get functions
  xorp:etc:templates: add missing returning args to %get functions
  xorp: etc: templates: Don't read vif parameters one by one
  xorp: fea: data_plane: ifconfig: Check if we can set
    destination(broadcast) address for vif

 xorp/etc/templates/interfaces.tp             |   42 +++++----
 xorp/fea/data_plane/ifconfig/ifconfig_set.cc |   21 ++++-
 xorp/libxipc/xrl_atom.cc                     |   11 ++-
 xorp/libxipc/xrl_atom.hh                     |  108 +++++++++++----------
 xorp/rtrmgr/cli.cc                           |   43 +++++----
 xorp/rtrmgr/conf_tree_node.cc                |   36 +++++++
 xorp/rtrmgr/conf_tree_node.hh                |   10 ++
 xorp/rtrmgr/master_conf_tree_node.cc         |  132 ++++++++++++++++++++++----
 xorp/rtrmgr/master_conf_tree_node.hh         |   24 ++++--
 xorp/rtrmgr/module_command.cc                |    4 +-
 xorp/rtrmgr/template_commands.cc             |    5 +
 xorp/rtrmgr/xorp_client.cc                   |   29 +++++-
 12 files changed, 332 insertions(+), 133 deletions(-)

-- 
1.7.5.4



More information about the Xorp-hackers mailing list