[vyatta-svn] xorp: Changes to 'dublin'

Rick Balocca rbalocca at suva.vyatta.com
Fri Jun 22 18:53:53 PDT 2007


 etc/templates/rl_dhcp.cmds.in |   27 +++----
 etc/templates/rl_dhcp.tp      |   38 +++++-----
 etc/templates/rl_nat.tp.in    |    7 +-
 etc/templates/rl_system.tp    |    3 
 libfeaclient/ifmgr_cmds.cc    |   21 +++---
 libfeaclient/include.am       |    2 
 libfeaclient/netlink_event.cc |   26 +++++++
 libfeaclient/netlink_event.hh |   17 ++++
 libfeaclient/nl_daemon.cc     |  146 ++++++++++++++++++++++++++++++++++++++++++
 libfeaclient/test_netlink.cc  |   11 ++-
 policy/filter_manager.cc      |   40 ++++++-----
 policy/filter_manager.hh      |   13 ++-
 rl_system/rl_cmds.cc          |    2 
 rtrmgr/boot_parser.yy         |   30 ++++++--
 rtrmgr/cli.cc                 |    7 ++
 rtrmgr/conf_tree.cc           |   23 ++++--
 rtrmgr/conf_tree.hh           |    4 -
 rtrmgr/master_conf_tree.cc    |    1 
 18 files changed, 327 insertions(+), 91 deletions(-)

New commits:
commit 4b6dedc89632073e09a7b15950448f7506710167
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Fri Jun 22 18:15:45 2007 -0700

    Renamed 'clear dhcp lease' to 'clear dhcp leases' and 'clear dhcp lease <ip>' to 'clear dhcp lease ip <ip>', and also improved help strings, and removed old commented-out stale portion of the DHCP commands template.

commit 5f3d7e248ce3d6bd0a93fc39472ae567191a3ff2
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri Jun 22 17:36:13 2007 -0700

    need to add new file as well!

commit c343de56fbea21a16c192e8de92d06edefc68612
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri Jun 22 17:33:29 2007 -0700

    initial checkin of interface state monitor.

commit 5ed1622deee6fa3f9104a34f2f9428d2a2758d17
Author: An-Cheng Huang <ancheng at vyatta.com>
Date:   Fri Jun 22 14:53:33 2007 -0700

    config file migration mechanism: invoke migration during boot-up and when
    "load" command is issued.

commit 68581ec6f868ee0e54a53dca590ace5aeb5dff19
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri Jun 22 11:19:04 2007 -0700

    added breakdown of ifinfomsg header as well as debug mode to test_netlink.

commit f6b9d0bee9f84cbfbbdb7b73d72b9705b3e15ccd
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Fri Jun 22 10:59:23 2007 -0700

    Improved help strings for commands 'show dhcp * statistics pool *'.  Bug 2052 fix.

commit 0706e75d407c6a35974991062d2c58c385d8e7f2
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri Jun 22 09:55:04 2007 -0700

    added enabled and running state to test_netlink.

commit 1f42fc68fd3ebfd5f3eb99aaee90d59aefca8b2c
Author: An-Cheng Huang <ancheng at vyatta.com>
Date:   Fri Jun 22 09:38:41 2007 -0700

    changed leaf node actions from "%update" to "%set".

commit 54ac2de9b9500a005db2d86000a8e39c6bf818a8
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri Jun 22 09:17:24 2007 -0700

    Added interface running awareness to netlink library. Removed debug netlink syslog messages.

commit 2eae4f55f0e4038b9fd691e8078278282c664738
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu Jun 21 18:36:32 2007 -0700

    Use '%set' rather than '%update' on single-value leaf nodes.  Bug 2050 fix.

commit 66902c96aae116068f1643dafb9af78f3fd13dfb
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu Jun 21 14:53:50 2007 -0700

    The $(@) token is still required for deletion of multi-node children to distinguish between sibling children.

commit 0aaf5b1064dac18560881e1a55bb7c1c5aa682bb
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu Jun 21 14:34:47 2007 -0700

    Proper deletion.

commit 308f6c0beb528d046bf5f3fce7609e5caf8028e3
Author: Stig Thormodsrud <stig at vyatta.com>
Date:   Thu Jun 21 12:25:18 2007 -0700

    Fix for 1868 "System log file only contains last ten minutes of information".

commit a309565d3c459c77c17b4bb3fa5f171f9c520213
Author: An-Cheng Huang <ancheng at vyatta.com>
Date:   Thu Jun 21 10:42:25 2007 -0700

    partial fix for bug 1320: make rtrmgr ignore unknown config nodes.

commit c7a56948889e20450440ff66ad5cc7929249553c
Author: An-Cheng Huang <ancheng at vyatta.com>
Date:   Wed Jun 20 23:30:30 2007 -0700

    fix for bug 1497: allow any protocol name/number in /etc/protocols to be used
    for protocol specification.

commit 23f0df9a40204f6611b1e2e07ca4067b5b59870d
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Wed Jun 20 22:23:08 2007 -0700

    need to ensure that multiple policies that are pushed within a single commit are now keyed by protocol and label. Before this only first policy set was winning within a single commit.

http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=4b6dedc89632073e09a7b15950448f7506710167
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=5f3d7e248ce3d6bd0a93fc39472ae567191a3ff2
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c343de56fbea21a16c192e8de92d06edefc68612
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=5ed1622deee6fa3f9104a34f2f9428d2a2758d17
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=68581ec6f868ee0e54a53dca590ace5aeb5dff19
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f6b9d0bee9f84cbfbbdb7b73d72b9705b3e15ccd
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=0706e75d407c6a35974991062d2c58c385d8e7f2
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1f42fc68fd3ebfd5f3eb99aaee90d59aefca8b2c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=54ac2de9b9500a005db2d86000a8e39c6bf818a8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=2eae4f55f0e4038b9fd691e8078278282c664738
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=66902c96aae116068f1643dafb9af78f3fd13dfb
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=0aaf5b1064dac18560881e1a55bb7c1c5aa682bb
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=308f6c0beb528d046bf5f3fce7609e5caf8028e3
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=a309565d3c459c77c17b4bb3fa5f171f9c520213
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c7a56948889e20450440ff66ad5cc7929249553c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=23f0df9a40204f6611b1e2e07ca4067b5b59870d


More information about the svn mailing list