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

Tom Grennan tgrennan at suva.vyatta.com
Fri Jun 8 17:12:07 PDT 2007


 etc/templates/bgp.cmds                     |  381 --------
 etc/templates/rib.cmds                     |  946 ---------------------
 .gitignore                                 |    2 
 Makefile.am                                |    3 
 RELEASE_NOTES                              |   70 +
 acinclude.m4                               |    3 
 bgp/aspath.cc                              |   47 -
 bgp/aspath.hh                              |   66 -
 bgp/bgp.cc                                 |  119 ++
 bgp/bgp.hh                                 |   37 
 bgp/bgp_varrw.cc                           |   11 
 bgp/include.am                             |    7 
 bgp/linux_tcpmd5.cc                        |   88 +
 bgp/next_hop_resolver.cc                   |    8 
 bgp/path_attribute.cc                      |   11 
 bgp/peer.cc                                |   20 
 bgp/peer.hh                                |    6 
 bgp/peer_data.hh                           |    9 
 bgp/peer_handler.hh                        |    2 
 bgp/plumbing.cc                            |    6 
 bgp/route_table_ribout.cc                  |    2 
 bgp/socket.cc                              |   41 
 bgp/socket.hh                              |    8 
 bgp/tcpmd5.cc                              |   67 +
 bgp/tcpmd5.h                               |   32 
 bgp/xrl_shell_funcs.sh                     |   12 
 bgp/xrl_target.cc                          |   66 +
 bgp/xrl_target.hh                          |   19 
 cli/cli_client.cc                          |   44 
 config/ltmain.sh                           |    2 
 configure.in                               |   56 -
 etc/include.am                             |    6 
 etc/templates/Makefile.am                  |    7 
 etc/templates/bgp.cmds.in                  |  393 ++++++++
 etc/templates/bgp.tp                       |  154 +--
 etc/templates/interfaces.tp                |    4 
 etc/templates/ospfv2.tp                    |    9 
 etc/templates/ospfv3.tp                    |    9 
 etc/templates/policy.tp                    |   29 
 etc/templates/rib.cmds.in                  |  946 +++++++++++++++++++++
 etc/templates/rip.tp                       |    8 
 etc/templates/ripng.tp                     |    8 
 etc/templates/rl_dhcp.cmds.in              |   72 +
 etc/templates/rl_dhcp.tp                   |  317 +++++++
 etc/templates/rl_firewall.cmds.in          |   72 +
 etc/templates/rl_misc.cmds.in              |  201 ----
 etc/templates/rl_nat.cmds.in               |   60 +
 etc/templates/rl_nat.tp.in                 |  287 ++++++
 etc/templates/rl_serial.cmds.in            |   86 +
 etc/templates/rl_serial.tp                 |   12 
 etc/templates/rl_service.tp                |  446 ----------
 etc/templates/rl_system.tp                 |  210 ++++
 etc/templates/static_routes.tp             |    5 
 fib2mrib/xrl_fib2mrib_node.cc              |    5 
 fib2mrib/xrl_fib2mrib_node.hh              |    5 
 libcomm/comm_api.h                         |   83 +
 libcomm/comm_sock.c                        |  222 ++++-
 libcomm/comm_user.c                        |  102 ++
 libfeaclient/README                        |    2 
 libfeaclient/ifmgr_atoms.cc                |   13 
 libfeaclient/ifmgr_atoms.hh                |    4 
 libfeaclient/ifmgr_cmd_base.hh             |    4 
 libfeaclient/ifmgr_cmd_queue.cc            |    4 
 libfeaclient/ifmgr_cmd_queue.hh            |    7 
 libfeaclient/ifmgr_cmds.cc                 |   19 
 libfeaclient/ifmgr_cmds.hh                 |    4 
 libfeaclient/ifmgr_xrl_mirror.cc           |  783 -----------------
 libfeaclient/ifmgr_xrl_mirror.hh           |   36 
 libfeaclient/ifmgr_xrl_mirror_target.cc    |  906 ++++++++++++++++++++
 libfeaclient/ifmgr_xrl_mirror_target.hh    |  308 ++++++
 libfeaclient/ifmgr_xrl_observer.cc         |   16 
 libfeaclient/ifmgr_xrl_observer.hh         |   26 
 libfeaclient/ifmgr_xrl_replicator.cc       |   14 
 libfeaclient/ifmgr_xrl_replicator.hh       |    4 
 libfeaclient/include.am                    |   54 -
 libfeaclient/libfeaclient_module.h         |    4 
 libfeaclient/netlink_event.cc              |  253 +++++
 libfeaclient/netlink_event.hh              |  139 +++
 libfeaclient/netlink_head.cc               |  241 +++++
 libfeaclient/netlink_head.hh               |   78 +
 libfeaclient/netlink_listener.cc           |  221 ++++
 libfeaclient/netlink_listener.hh           |   38 
 libfeaclient/netlink_send.cc               |   60 +
 libfeaclient/netlink_send.hh               |   14 
 libfeaclient/netlink_socket.cc             |  243 +++++
 libfeaclient/netlink_socket.hh             |   78 +
 libfeaclient/overview.hh                   |    4 
 libfeaclient/test_local_copy.cc            |   33 
 libfeaclient/test_netlink.cc               |  111 ++
 libfeaclient/test_remote_copy.cc           |    4 
 libxipc/finder_client.cc                   |    7 
 libxipc/finder_constants.hh                |    1 
 libxipc/finder_messenger.cc                |    2 
 libxipc/finder_messenger.hh                |    8 
 libxipc/finder_msgs.hh                     |    4 
 libxipc/finder_server_unix.cc              |   83 +
 libxipc/finder_server_unix.hh              |   84 +
 libxipc/finder_tcp_messenger.cc            |    2 
 libxipc/finder_tcp_messenger.hh            |    2 
 libxipc/finder_unix.cc                     |  356 ++++++++
 libxipc/finder_unix.hh                     |  179 ++++
 libxipc/finder_unix_messenger.cc           |  436 +++++++++
 libxipc/finder_unix_messenger.hh           |  183 ++++
 libxipc/include.am                         |    8 
 libxipc/sockutil.cc                        |   90 ++
 libxipc/sockutil.hh                        |   25 
 libxipc/xrl_pf_factory.cc                  |    3 
 libxipc/xrl_pf_sunix.cc                    |  944 +++++++++++++++++++++
 libxipc/xrl_pf_sunix.hh                    |  141 +++
 libxipc/xrl_router.cc                      |   73 +
 libxipc/xrl_router.hh                      |    9 
 libxipc/xrl_std_router.cc                  |    4 
 ospf/area_router.cc                        |  164 ++-
 ospf/area_router.hh                        |   10 
 ospf/lsa.hh                                |   19 
 ospf/ospf.hh                               |   13 
 ospf/peer.cc                               |   41 
 ospf/peer.hh                               |   16 
 ospf/peer_manager.cc                       |   61 +
 ospf/peer_manager.hh                       |   14 
 ospf/xrl_target.cc                         |   10 
 ospf/xrl_target.hh                         |    8 
 policy/code.cc                             |    6 
 policy/code.hh                             |   24 
 policy/code_generator.cc                   |    7 
 policy/code_generator.hh                   |    7 
 policy/configuration.cc                    |  195 +++-
 policy/configuration.hh                    |   40 
 policy/export_code_generator.cc            |    3 
 policy/export_code_generator.hh            |    1 
 policy/filter_manager.cc                   |   46 -
 policy/filter_manager.hh                   |   17 
 policy/include.am                          |    2 
 policy/policy_key.cc                       |   26 
 policy/policy_key.hh                       |   28 
 policy/policy_list.cc                      |    8 
 policy/policy_list.hh                      |    5 
 policy/policy_map.cc                       |   14 
 policy/policy_target.cc                    |   18 
 policy/policy_target.hh                    |    4 
 policy/test/compilepolicy_parser.yy        |    8 
 policy/xrl_target.cc                       |    6 
 policy/xrl_target.hh                       |    2 
 rib/include.am                             |    7 
 rib/main_rib.cc                            |   18 
 rib/netlink_rt_entry.cc                    |  350 +++++++
 rib/netlink_rt_entry.hh                    |   77 +
 rib/rib.cc                                 |    1 
 rib/rib_manager.cc                         |    9 
 rib/rib_manager.hh                         |   40 
 rib/rt_tab_redist.cc                       |    9 
 rib/xrl_target.cc                          |    5 
 rib/xrl_target.hh                          |    4 
 rip/xrl_target_common.hh                   |    8 
 rip/xrl_target_rip.cc                      |    7 
 rip/xrl_target_rip.hh                      |    4 
 rip/xrl_target_ripng.cc                    |    8 
 rip/xrl_target_ripng.hh                    |    4 
 rl_cmd_proc/command_proc_show_dhcp_stat.cc |  129 +-
 rl_cmd_proc/command_proc_show_dhcp_stat.hh |   41 
 rl_cmd_proc/command_proc_show_leases.cc    |   10 
 rl_cmd_proc/rl_command.cc                  |    8 
 rl_cmd_proc/rl_command.hh                  |    2 
 rl_cmd_proc/xsl/show_dhcp_leases.xsl       |   11 
 rl_cmd_proc/xsl/show_dhcp_stats.xsl        |   34 
 rl_scripts/clear_interfaces_serial         |  136 +++
 rl_scripts/dhcpd.init.in                   |    6 
 rl_scripts/echopw2                         |   11 
 rl_scripts/include.am                      |    3 
 rl_scripts/lighttpd.conf.in                |   12 
 rl_scripts/rtrmgr.init.in                  |   26 
 rl_scripts/show_interfaces_serial          |  228 +++++
 rl_serial/rl_serial_node.cc                | 1285 +++++++++++++----------------
 rl_serial/rl_serial_node.hh                |    8 
 rl_serial/xorp_rl_serial.cc                |    8 
 rl_serial/xrl_rl_serial_node.cc            |    7 
 rl_system/rl_passwd.cc                     |   21 
 rl_xg/html/index.html                      |    8 
 rl_xg/html/version.cgi                     |    3 
 rl_xg/include.am                           |    1 
 rl_xg/xgdaemon/inter_session_info.cc       |    2 
 rl_xg/xgdaemon/xgdaemon.cc                 |   10 
 rl_xg/xgdaemon/xgdaemon.hh                 |    2 
 rtrmgr/main_rtrmgr.cc                      |   22 
 rtrmgr/module_command.cc                   |    8 
 static_routes/xrl_static_routes_node.cc    |    5 
 static_routes/xrl_static_routes_node.hh    |    4 
 xrl/interfaces/bgp.xif                     |   34 
 xrl/interfaces/policy.xif                  |    4 
 xrl/interfaces/policy_backend.xif          |    4 
 190 files changed, 11534 insertions(+), 4251 deletions(-)

New commits:
commit d930a27437a3af0db46e3bf6f68ff7ecf4246770
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri Jun 8 15:59:06 2007 -0700

    fix (again) for bug 409.

commit 2aa21f9363e122d56473e69a376977300b10bec8
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Thu Jun 7 17:58:55 2007 -0700

    fix the linux/netlink.h configure warning
    also, fix quotes in comments to make emacs highlight more readable

commit e2c72c58e39bf5583ffc0685f30b541108f1c8bb
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Thu Jun 7 17:52:49 2007 -0700

    fix for bug 1551--handle derefencing of policy in protocol correctly now.

commit 8009734b0a14150e5ba1a277394752197604c542
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu Jun 7 17:44:29 2007 -0700

    Decoupled the DHCP server configuration from the local interfaces by replacing node 'service dhcp-server name <name> interface <value>' with nodes 'subnet <value>' and 'prefix-length <value>', that can be configured independently of the local interfaces network configuration.  -- Fix for Bugs 1566, 1567, 1786, and 1993.  Also renamed node 'network-mask <value>' to 'client-prefix-length <value>'.  Warning: From now on, xorp_rtrmgr will fail to start if the initial configuration contains old nodes 'interface <value>' or 'network-mask <value>' as children of 'service dhcp-server name <name>', or also if the new nodes 'subnet <value>' and 'prefix-length <value>' are missing from that level.

commit 644a5369aa1853044f0dfdcbcff13fea11f15457
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Thu Jun 7 17:05:27 2007 -0700

    Bug/Enhancement 1437 "BGP MD5 authentication"
    requires kernel with CONFIG_TCP_MD5SIG=y

commit 38960039fc47253d5b4d86d171afb3f38849665c
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu Jun 7 14:04:55 2007 -0700

    Includes fix for bug #1581

commit 242d0dd0a30b10a2931c374e0cc7a8c1db22d7d3
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Thu Jun 7 10:53:14 2007 -0700

    fix for bug 1975--error conditions were handled poorly before. Now allow terms that previously exist to be allowed as well as policy rather than throwing exceptions.

commit b5911b6fea6f402266dbeb2b0a22a059b3394ec0
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Wed Jun 6 17:58:47 2007 -0700

    Remove unused method

commit a921afa3f1c8a902d96606f03051b56786ae6069
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Wed Jun 6 17:52:12 2007 -0700

    Remove unused methods

commit ce73c5f5e26ce7f85f2acdfa6cf1544e7df6a127
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Wed Jun 6 13:50:19 2007 -0700

    Modify the serial script calls in rl_serial_node

commit 357b2a71cf5be8d690f1063cd002a640b09e6850
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Tue Jun 5 14:34:32 2007 -0700

    Added 'program' directives to propagate values of 'ip-address' and 'mac-address' to the vsh.

commit ced53bc659cc23abc390fa66e8ac7bda3a48ccd8
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Tue Jun 5 12:54:58 2007 -0700

    Crop out the quotes from the DHCP hostname value.  Bug 1992 fix.

commit e0ea9f34193aac501d83a13b28bc4232c3f0c33b
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Mon Jun 4 19:32:18 2007 -0700

    Corrected margins in the output of command 'show dhcp leases'.  Part of Bug 1992 fix.

commit 02145f1d146eeb17a42d0e45202e58f473555f6d
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Mon Jun 4 18:41:10 2007 -0700

    Revert " Added command 'show system file <file>'."
    (commit 5b4e34d41b070f2110c5f6a552648956e35df9b3)

commit 31975b9f65fe81d6114cddf44bc71d225d9b781f
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Mon Jun 4 14:43:27 2007 -0700

    Add PPP authentication to the CLI

commit 5b4e34d41b070f2110c5f6a552648956e35df9b3
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Mon Jun 4 14:22:04 2007 -0700

    Added command 'show system file <file>'.

commit d76aa86e2e7e79599c4a5d648426a21ded3321e4
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Mon Jun 4 13:26:01 2007 -0700

    fix for multiple policy assignments per protocol per commit. Remove timed callback that assumed single policy change with 2 second interval. A bad idea, now converted to synchronous call.

commit efd8b44ca94f93f8db7d9480bca66c8ac80f1ca9
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri Jun 1 17:40:41 2007 -0700

    Fixes interaction between global/local specified peer policy.

commit 39ab7e3c248ce62ab0c72988b5f772955c824319
Author: An-Cheng Huang <ancheng at vyatta.com>
Date:   Fri Jun 1 16:40:49 2007 -0700

    bug 1983 fix:
    handle setting empty plaintext-password properly.

commit 884f4e15c462dcd0dee956397dbc2cdbdebb738a
Author: Stig Thormodsrud <stig at vyatta.com>
Date:   Thu May 31 19:09:27 2007 -0700

    Make netlink calls in rib instead of fea.

commit 8efefea8fb9a3909046fb4ac423def53df22ba09
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu May 31 17:55:52 2007 -0700

    Use the New CLI xorp_tmpl_tool to configure dhcpd.

commit 96213ae3c0be0047317f0c630b91539924f18fca
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu May 31 17:37:13 2007 -0700

    Fixes for the pppd secrets files

commit 569e9e4726783bbb908fe9d970539497898a7769
Author: An-Cheng Huang <ancheng at vyatta.com>
Date:   Thu May 31 17:28:02 2007 -0700

    added cleanup for failed commit.

commit 3a4f3710aa1c5a39d2754e1a70e8f1e28b962ec8
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu May 31 16:54:57 2007 -0700

    Fix pap/chap secrets file

commit c9a3e3890a724d9408104674bec42206a3b20f58
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu May 31 14:53:56 2007 -0700

    Consistently display message 'dhcp server is not running' when file '/var/run/dhcpd.pid' is missing for commands 'show dhcp leases' and 'show dhcp statistics'.  Part of Bug 1594 fix.

commit 2d16cd41721bbfec1def2d4b232eaf2dd0a5dbaf
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Thu May 31 14:08:43 2007 -0700

    fixes the problem on initializing the relationship between policy and protocol. also fixes a problem on resetting a filter within bgp.

commit 7336b0f9ef113aabaa86ded57957299c8c6ccfb1
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu May 31 13:26:26 2007 -0700

    Start populating the new mlppp config files

commit 88139545b1b7711083e0189dafbcb1164acdba4f
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu May 31 12:05:18 2007 -0700

    Modified command 'show dhcp statistics' to indicate that the DHCP requests/responses count is for all dhcp pools.  Part of Bug 1594 fix.

commit cd5e686909be69c71c86b855234ea6a9ecc0b39f
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Wed May 30 19:04:21 2007 -0700

    Added command 'show dhcp statistics' to list statistics for all pools.  Part of Bug 1594 fix.

commit 4d6b27a73e04c5ddf0997bc50a8567e1767d8ed8
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Wed May 30 14:45:55 2007 -0700

    implementation of per peer policy.

commit d8ea70c1734245c790df1e08f6d3c1f61b29257c
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Wed May 30 13:04:04 2007 -0700

    Included the pool name column in the output of the command 'show dhcp statistics $(service.dhcp-server.name.*)'  This is part of Bug 1594 fix to add command 'show dhcp statistics' that will list the DHCP statistics for all pools.

commit aede8b02408f551cd8ffc5ca98a22fb466fc99e1
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Wed May 30 11:36:43 2007 -0700

    Reversed the order in which the DHCP pool name and the XSL template path arguments for the command 'show dhcp statistics $(service.dhcp-server.name.*)' are sent to the 'rl_cmd_proc'.

commit 46c10bc9e5f331850880b536edea78d05b84a2cb
Author: An-Cheng Huang <ancheng at vyatta.com>
Date:   Wed May 30 10:14:11 2007 -0700

    migration of "system" configuration to new cli.
    * rl_system.tp invokes new cli commands.
    * minor rl_passwd change.

commit 6113ae413cd879e298dddab9202f23ba80a83ede
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 12:19:02 2007 -0700

    remove space on intended blank line

commit 79cccebabd97c7f27bcc995498f43809ad210300
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 11:50:07 2007 -0700

    Revert "Added threading patterns library to XORP source tree."
    
    This reverts commit c98af0ddb46dbf4b8e851314dc9fb55461a99e4b.

commit d9447dc00d0b185d3063e7dfa4692b95f346ea14
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 11:49:48 2007 -0700

    Revert "Merge of changes to Xrl transport into xorpc"
    
    This reverts commit 8c323fdc4ab315bd507e803096993d319853f252.

commit 8d767736752a0bfee071a4cb5a3e0b46312d3e96
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 11:48:54 2007 -0700

    Revert "Fixes for type cast warnings in threading library."
    
    This reverts commit fa2adadbcf810b40fd86613fcee9a4736f0213af.

commit 119458952477f71b05c098190417bccc134161cf
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 11:48:32 2007 -0700

    Revert "Added pthread library search to the coinfiguration process."
    
    This reverts commit e1df8007c288ab46fd04a077126038836a26d5f9.

commit 932d02bba0678ed43a7c989949cb4b46ef1f8ada
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 11:47:41 2007 -0700

    Revert "Fix build (library name change)"
    
    This reverts commit 10916b3e2cb46610fffee45b65360ae90e4ad9fe.

commit dd54135042cfb64094e7141aa109d57cca5aee9c
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 11:46:47 2007 -0700

    Revert "include libtpl.la in librlxorp.la collection library"
    reverting libtpl related commits
    This reverts commit 3075ae5538afc612ffd48c40bc8a03a8f194dd71.

commit 3075ae5538afc612ffd48c40bc8a03a8f194dd71
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue May 29 11:12:07 2007 -0700

    include libtpl.la in librlxorp.la collection library

commit 10916b3e2cb46610fffee45b65360ae90e4ad9fe
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Mon May 28 10:13:13 2007 -0700

    Fix build (library name change)

commit e1df8007c288ab46fd04a077126038836a26d5f9
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Fri May 25 16:01:47 2007 -0700

    Added pthread library search to the coinfiguration process.

commit fa2adadbcf810b40fd86613fcee9a4736f0213af
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Fri May 25 14:52:06 2007 -0700

    Fixes for type cast warnings in threading library.

commit 8c323fdc4ab315bd507e803096993d319853f252
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Fri May 25 14:55:42 2007 -0700

    Merge of changes to Xrl transport into xorpc

commit 18b8e1f56c1706fb28d3766f202bddad868a1459
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Fri May 25 14:27:59 2007 -0700

    Fix misleading help messages

commit c98af0ddb46dbf4b8e851314dc9fb55461a99e4b
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Fri May 4 12:29:08 2007 -0700

    Added threading patterns library to XORP source tree.

commit 35b1f1c4c3ba1c6e4c0cfd3dcdba9f71f288b82d
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu May 24 12:10:00 2007 -0700

    Now immitating the way the default init.d script from the Linux dhcpd producer ISC deals with the race condition -- by sleeeping for 2 seconds between 'stop' and 'start'.  This is obviously not the best solution because race condition can still occur if the system is preoccupied for over 2 seconds, but it is the best so far.  The ISC dhcpd server does not support SIGHUP.  Bug 1957 fix.

commit 31079546dfd8a118f26010ba874ee01872a0d813
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Fri May 18 15:27:03 2007 -0700

    Removed vsh-specific actions out of 'rl_dhcp.tp', reverting to the use of XRLs.  The 'rl_dhcp.tp' with vsh-specific actions has been copied to the 'camarillo' branch of the 'ofr.git' path 'cli/scripts/dhcp' prior to this change.  From now on, it will be necessary to overwrite this version with the camarillo version on the installation target to get vsh functionality for dhcp.

commit 53366b4280dd67e58d94b1c737f131d6c1bb5428
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Fri May 18 15:16:47 2007 -0700

    Set xorp core dump limit to 30MBytes

commit f3c65fb4e6782a97b6056108a5c013d9390bffb1
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Fri May 18 13:37:49 2007 -0700

    Add the NOLMI option to the serial configuration

commit 7528fa370879d620b3d79bca112d27ce4eb6ad7e
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Wed May 16 16:18:43 2007 -0700

    Completely removed unnecessary wakeup timer.  Also, now calling 'm_eventtloop.run()' if 'm_eventloop.timers_pending()' OR 'm_eventloop.descriptor_count()' rather than AND.  These changes are related to Bug 1813.

commit 965e1f40a34f32301c71c1b8611e8bd367b0980c
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Tue May 15 15:55:58 2007 -0700

    Now using CGI 'version.cgi' to send the correct version information to the remote web user by reading '/opt/vyatta/etc/version'.  The CGI output is displayed inside an internal frame created from 'index.html'.  Bug 1942 fix.

commit 13c319188637fc4e074e66f00c28f1dcd17f26dc
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Mon May 14 21:56:45 2007 -0700

    fix for bug 1935. counts number of quotes on line and if there is an odd number allows ? mark as valid value.

commit 1b0f9e564c24b0f075ea12afe29c02a4f45e1ae0
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri May 11 15:04:22 2007 -0700

    Potential fix for bug 1900. Although this bug could have been caused by the simwood extended community string feed as well. In testing, handling this assert provides better handling of peer flapping.

commit f0fe88db07a6ccaac0b5ffd85099fa85e6f32b88
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Fri May 11 14:42:14 2007 -0700

    fix for bug 1926--communities are now populated when policy community add policy is set up and original community string is empty.

commit 61469a909ecc89a70c77bf5eda57029f980f47f8
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu May 10 18:48:22 2007 -0700

    Refine xorp package separation

commit 002ba21d80a6a13e181fd90e7fae2695533cce5f
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu May 10 07:26:02 2007 -0700

    Fix duplicate "path" statement

commit 9ccf2c81bdcd83683f599dec833b31f6c6fe122a
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Wed May 9 18:41:48 2007 -0700

    Add nat package

commit 4b468350b0228dcf58fe5395c1eb021362e9802c
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Wed May 9 17:19:36 2007 -0700

    Now dhcp service template is in the dhcp-support package where it belongs.

commit 8bee5780ecd96f5e142d5d6a42f8feec3e46ee91
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Wed May 9 14:50:01 2007 -0700

    fix for bug 1925. name mangling in the template for sets was not applied throughout template for as-path-list.

commit 8ded530d575a80db548316dc0248b9f2f064806b
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Tue May 8 11:49:29 2007 -0700

    removed unneeded policy to commands--all associated with bgp fields.

commit bb41cf39151d800108087396016917e753645820
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Sun May 6 18:05:21 2007 -0700

    Fix erroneous "OK" from dhcpd init script

commit 224178508289c3d571d048c589e8d0b69da4de42
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Sun May 6 12:25:16 2007 -0700

    The dhcp commands are now moved to rl_dhcp.cmds

commit 989d77b785d1540cdc6b31a5dcddf3aab4440da2
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Sun May 6 10:47:11 2007 -0700

    Add a rl_dhcp.cmds file

commit 3707309430e2edc200a1e76f722e05fbd225ea58
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Fri May 4 16:48:34 2007 -0700

    The file location of the dhcpd.conf was not correct

commit 757e2afe126183ac08d449efb643c5202523a32f
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Fri May 4 15:12:55 2007 -0700

    Fix problems with the various packages separated from xorp

commit 94d06ea5eeb8e69351f5bd3a0be6fdf6d59847d2
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Thu May 3 17:57:29 2007 -0700

    Added removal of XORP UNIX domain socket files from /tmp/ directory prior to starting Router Manager

commit d076575efcc179ace8f1c1e9f7313918514329cf
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu May 3 18:12:28 2007 -0700

    Move the location of the serial package scripts

commit c45fc6bb632d3b0172f448f8f933c12e15915726
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Thu May 3 17:26:43 2007 -0700

    fix for bug 1890--check as path prepend append methods for counts that exceed 254. In this case don't insert any new values. Caused by policy statments that would exceed this limit.

commit c8fc4cf1adc558c413f6a77121f946339252194c
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Thu May 3 13:50:28 2007 -0700

    Prevent install from stripping xorp binaries--do this in dpkg if needed

commit c8b91eccad7e88345a2206c7909a50f9b65f73b6
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Thu May 3 11:53:15 2007 -0700

    Removed unnecessary debug printout left from the debugging session.

commit 6583c02ca86a02458558895ec668069d10a008ae
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Tue May 1 16:29:09 2007 -0700

    Added UNIX domain socket communication.

commit 761ce8d48b984bd27ccc3977b53fe06fb9f51126
Author: Alex Allahverdiev <alex at alex-laptop.(none)>
Date:   Tue May 1 14:48:58 2007 -0700

    Comm API changes to accomodate UNIX domain sockets transport.

commit ef02ec8b5ce747f39a7badaafdf5562498042521
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Tue May 1 11:12:27 2007 -0700

    fix for bug 1907--bug in application of mandatory node--which isn't needed as this node has a default value.

commit 23c23d747cd5024c6ffd94f53f82338be2956700
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu Apr 26 18:17:51 2007 -0700

    Call '/opt/vyatta/sbin/xorp_tmpl_tool commit' after all the '/opt/vyatta/sbin/xorp_tmpl_tool set' commands are called, not before.

commit 9b9ffec4169067c2fba7536337be6fe33efb8f1a
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Wed Apr 25 16:50:17 2007 -0700

    fix for bug 354. Added ttl as an option on a per peer basis.

commit 44913fe3cbc7d51e0f7250b0446f266d25004df4
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Wed Apr 25 15:59:52 2007 -0700

    Additional changes to 'rl_service.tp' to support new cli.

commit b4080851afa3a6e71624dae3aca727086aced9c3
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Tue Apr 24 16:41:10 2007 -0700

    Additional changes for netlink. Need to set multipart flag to off after sending link and addr requests when initialized. Also change breaks to continue as there might be additional events to process and callback occurs only when new data arrives on netlink sock.

commit 3d1f98ab7fc133cad3db1ddfb93e9d94f3a01aa6
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Tue Apr 24 15:02:07 2007 -0700

    Changed source file access mode from 100755 to 100644.

commit b4a31bfce8ee0008c2f5dd13df4ea9d4a226aea8
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Tue Apr 24 13:46:36 2007 -0700

    Moved 'dhcp-relay' to the same hierarchial level as 'dhcp-server'.  Bug 1568 fix.

commit 1693f891c3d8b5313a3f944ad1c5d7c2750763c3
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Tue Apr 24 12:41:37 2007 -0700

    Add config.log to .gitignore

commit 3703cd1740002d824dee2df2c7c9fcad086b67c4
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Tue Apr 24 11:25:04 2007 -0700

    Remove derived file.

commit 5115cf2c2c0d8356fcdd5b40b0ca5b245ce54c20
Author: Rick Balocca <rbalocca at phuket.vyatta.com>
Date:   Tue Apr 24 11:04:47 2007 -0700

    Fix for bug #1896

commit f2c148459fa682530bbf8742334e2e1eb10d03a7
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Tue Apr 24 09:24:10 2007 -0700

    broke the build--doh, missing quote on help string.

commit bc152277dbd5969cb34d79c730c72d9b66c93696
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Mon Apr 23 16:14:26 2007 -0700

    Also change help.

commit de62a32932498281857ee735c8730169a1b6f107
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Mon Apr 23 16:12:55 2007 -0700

    fix for bug 409. prefix lengths are now integer values and no longer ranges.

commit 8b606626165697fb930d2a1bd31118085c10dfe2
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Mon Apr 23 15:35:43 2007 -0700

    fix for bug 410. added sorting for policy terms. internal representation follows suit (i.e. node order).

commit 6feb041c2310434cda17ea7aab879263df87599b
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Mon Apr 23 10:08:36 2007 -0700

    Fixed bug where netlink hooks wouldn't update internal link rep correctly on boot. This was because the new netlink client layer needs to initially prime or request netlink layer information on start--we were performing a RTM_GETLINK, but not a RTM_GETADDR on boot. Once this was added, then layer 3 data was made available on boot and routes created via protocols on boot were not rejected as not being directly connected.

commit aee660e21ca3273057070eba1d952d41d75bfff5
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Fri Apr 20 11:45:39 2007 -0700

    Properly parse the 'auto=add' string in '/etc/ipsec.conf' so that tunnel configurations to 0.0.0.0 peers can be parsed properly.  Bug 1889 fix.

commit 0fbe95547846cc0c3abe14a6016055e733112eef
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Thu Apr 19 17:45:31 2007 -0700

    Pass leaf values to 'xorp_tmpl_tool'.

commit f62cb572f1beb1158fa96177e6d3a1539c2bcbca
Author: pavlin <pavlin>
Date:   Tue Apr 10 07:29:01 2007 +0000

    Compilation fix: PRIORITY_LOWEST -> XorpTask::PRIORITY_LOWEST
    (cherry picked from commit e4e85c8fd1dd836e1de78ecb4239f1a5331a27a3)

commit dd6806e52a4bc8967a665c04ad09adf2da6c996b
Author: pavlin <pavlin>
Date:   Mon Apr 9 18:45:55 2007 +0000

    * Change the priority of the "Pull Routes Task" from PRIORITY_HIGH
      to PRIORITY_DEFAULT. Otherwise, handling this task might keep
      BGP busy for very long time (e.g., 40 seconds or more) without
      processing socket events (including XRLs).
      If we don't handle promptly the XRLs then the XRL Finder
      will declare BGP being dead.
    
    * Decrease the async reader priority of the TCP sockets that handle
      the BGP peering to PRIORITY_LOWEST so it is lower than the
      "Pull Routes Task" priority. Otherwise, on startup the
      handling of high volume data from the BGP peers might delay
      the "Pull Routes Task" handling for a number of minutes.
      The result of that delay would be that no BGP routes will
      be send to the RIB (and the kernel).
    
      Also, decrease the corresponding async writer priority from
      PRIORITY_HIGH to PRIORITY_DEFAULT, because it just has to be
      better priority than the async reader.
    
    Note that the above refactoring of the priorities is far from
    being ideal and it might create some other issues (e.g., delaying the
    reading of BGP data for too long while handling processing of
    various internal events).
    Further refactoring/adjusting of the priorities needs to be done by
    someone who is familiar with the details of the BGP implementation.
    Alternatively, the eventloop needs to be refactored such that the
    processing of one type of events does not starve other types.
    
    This fixes Bugzilla entry #704.
    
    Bug found by:	Vyatta
    (cherry picked from commit 58f5d68614d29cd7a4b961debe8fb6ac3fecbe4e)
    
    Conflicts:
    
    	bgp/route_table_ribout.cc
    	bgp/socket.cc

commit c733108bfae6302417270ff10fe76e7054862182
Author: zec <zec>
Date:   Thu Apr 5 07:43:19 2007 +0000

    When comparing PathAttributeList-s for equality, properly resolve
    (however unlikely) hash collisions.
    (cherry picked from commit ef2685cd918e65c86cc26c6efd35fd0b03ada340)

commit 1441310e8949be3c638c4d83d572452a4d390967
Author: zec <zec>
Date:   Thu Apr 5 02:02:48 2007 +0000

    Use a STL vector instead of a list for internal representation of AS
    segments.  This change reduces BGP's memory footprint by roughly
    10 MBytes for a peering with current full-view feed (200K+ prefixes),
    and probably also saves a few CPU cycles as well.
    
    Reviewed by:	Atanu
    (cherry picked from commit f771e4e8f4b85baef3a7038d16bf860b4d8f2dc6)

commit d006cf9d0d1a6130a335c6cddd9a6b47f48d7e23
Author: atanu <atanu>
Date:   Fri Mar 30 04:37:14 2007 +0000

    If the peer is in state waiting force the DR and BDR computation.
    (cherry picked from commit cb24748cb11a21d0f4bd15bee3f562eec46bb317)

commit 9bb1625e447d19856fdb6484ae024e2a341a97b6
Author: atanu <atanu>
Date:   Fri Mar 30 01:19:05 2007 +0000

    When generating Inter-Area-Router-LSAs consider that the LSA that is
    causing the generation is an Inter-Area-Router-LSA and not just a
    Router-LSA.
    (cherry picked from commit 161dd63a76860f5666724bc12d82246232d131cf)

commit a65c56cbdd8877599dc102000d150da21e03ac37
Author: atanu <atanu>
Date:   Fri Mar 30 00:41:19 2007 +0000

    Move an operator== further up the file so that gcc 2.95.4 can cope.
    (cherry picked from commit 381620da167b410dea30e37ea64cb3f8ee0ab0a8)

commit 077bb7d97b5f19bd1f36da7f49c0babe74f26131
Author: atanu <atanu>
Date:   Thu Mar 29 23:49:18 2007 +0000

    When this router is the designated router and one of the adjacent
    routers generates a Link-LSA check it to see if anything has
    changed. If the Link-LSA has changed then generate a new
    Inter-Area-Prefix-LSA, an artifact of this change is that a new
    Network-LSA will also be generated in case the options field needs to
    be changed.
    (cherry picked from commit fcd3739b32d0f384fc44b0d4b736e439d220e59f)

commit 6555ee0841b42b2e4a2df329057fbd826c9c26b0
Author: atanu <atanu>
Date:   Thu Mar 22 20:20:09 2007 +0000

    The check for the minimum size of an Inter-Area-Prefix-LSA was
    incorrect so short prefixes such as the default route would be
    rejected.
    (cherry picked from commit 1ff9fb4348947e196026b4457c4982e5ee5cbc06)

commit 6ba80d361a0ff5ef251da3d264f8833073ee3e1e
Author: atanu <atanu>
Date:   Thu Mar 22 02:19:51 2007 +0000

    The Unknown-LSA was not setting known to false.
    (cherry picked from commit 412567300b40fa5ecfa43c80c60b7ed8b942a05b)

commit 20e3154b527bcc077b659c385761d622bbc185b4
Author: atanu <atanu>
Date:   Thu Mar 22 01:44:44 2007 +0000

    Monitor the change of status of an interface/vif previously only the
    status change of an interface/vif/address was being monitored.
    
    In OSPFv2 as only one address is allowed per interface/vif an
    interface/vif/address being disabled meant that the interface had gone
    down. In OSPFv3 an address being removed from an interface can send
    this signal, so removing an address from an interface was taking the
    interface down.
    
    Now an interface/vif going down is a signal that the interface has
    gone down.
    
    In OSPFv2 an interface/vif/address going down is ignored and for
    OSPFv3 is a signal to recompute the router Link-LSA.
    (cherry picked from commit f859b4809ecd4d276e8d623584bdc4a6ba63e2e1)

commit 274dce744314142c951948724bc6bf0d08401ddf
Author: pavlin <pavlin>
Date:   Wed Mar 21 22:46:44 2007 +0000

    Modify the OSPFv3 release note text to make it clear this is a bug fix.
    (cherry picked from commit 810742dc3b3a4c35a7e00eec1049f021d12e33cf)

commit 923730d35430b94510b8c8fcbb9ed141749c30d1
Author: atanu <atanu>
Date:   Wed Mar 21 22:46:42 2007 +0000

    If the router priority is changed unconditionally re-run the
    designated router computation.
    (cherry picked from commit 50b697c1a73464324c68b8d37b2aa86186d3bc40)

commit bb7f68989d62b136ec725036bf283dfb1b482489
Author: atanu <atanu>
Date:   Wed Mar 21 22:40:10 2007 +0000

    In OSPFv3 the test to stop link-local LSAs being flooded to other
    links was in the wrong place.
    (cherry picked from commit 862ef93021cf91e40bf85e4acd090792bfcd4e03)
    
    Conflicts:
    
    	RELEASE_NOTES

commit 8e08c6bd3be7bdd0889e74f25e23865232112cf7
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Thu Apr 19 14:38:53 2007 -0700

    Added update link status to end of set prefix, scrubbed more debug syslog messages

commit 39a4e9aebb152c0272458e620023aa63d2ec8eda
Author: Marat Nepomnyashy <marat at vyatta.com>
Date:   Wed Apr 18 17:11:44 2007 -0700

    Modified the '%create', '%update', and '%delete' tokens to evoke '/opt/vyatta/sbin/xorp_tmpl_tool' for the 'dhcp-server' subsection.

commit a3fa43fa64c728d124b66495e3d6f8721055041b
Author: Mike Larson <mike at phuket.vyatta.com>
Date:   Wed Apr 18 11:11:40 2007 -0700

    Checking in my netlink work. This now monitors interfaces changes via netlink and populates internal data structures via this interface, rather than through the fea module with xrls. The old xrls are currently inplace but are not used (these will be removed).
    
    I've tested this with static routes and routes are correctly populated, but I have not tested this with serial interfaces yet, or with other protocols--so if you see any buggy behavior let me know and I'll investigate.

commit 9f2cfac04fe8b7764ee7258c6a1916b317e398ed
Author: Tom Grennan <tgrennan at vyatta.com>
Date:   Tue Apr 17 13:34:31 2007 -0700

    mv floppy mount from rtrmgr.init to base pkg script, vyatta-floppy

http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d930a27437a3af0db46e3bf6f68ff7ecf4246770
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=2aa21f9363e122d56473e69a376977300b10bec8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=e2c72c58e39bf5583ffc0685f30b541108f1c8bb
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8009734b0a14150e5ba1a277394752197604c542
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=644a5369aa1853044f0dfdcbcff13fea11f15457
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=38960039fc47253d5b4d86d171afb3f38849665c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=242d0dd0a30b10a2931c374e0cc7a8c1db22d7d3
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b5911b6fea6f402266dbeb2b0a22a059b3394ec0
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=a921afa3f1c8a902d96606f03051b56786ae6069
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ce73c5f5e26ce7f85f2acdfa6cf1544e7df6a127
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=357b2a71cf5be8d690f1063cd002a640b09e6850
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ced53bc659cc23abc390fa66e8ac7bda3a48ccd8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=e0ea9f34193aac501d83a13b28bc4232c3f0c33b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=02145f1d146eeb17a42d0e45202e58f473555f6d
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=31975b9f65fe81d6114cddf44bc71d225d9b781f
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=5b4e34d41b070f2110c5f6a552648956e35df9b3
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d76aa86e2e7e79599c4a5d648426a21ded3321e4
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=efd8b44ca94f93f8db7d9480bca66c8ac80f1ca9
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=39ab7e3c248ce62ab0c72988b5f772955c824319
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=884f4e15c462dcd0dee956397dbc2cdbdebb738a
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8efefea8fb9a3909046fb4ac423def53df22ba09
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=96213ae3c0be0047317f0c630b91539924f18fca
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=569e9e4726783bbb908fe9d970539497898a7769
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3a4f3710aa1c5a39d2754e1a70e8f1e28b962ec8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c9a3e3890a724d9408104674bec42206a3b20f58
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=2d16cd41721bbfec1def2d4b232eaf2dd0a5dbaf
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=7336b0f9ef113aabaa86ded57957299c8c6ccfb1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=88139545b1b7711083e0189dafbcb1164acdba4f
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=cd5e686909be69c71c86b855234ea6a9ecc0b39f
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=4d6b27a73e04c5ddf0997bc50a8567e1767d8ed8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d8ea70c1734245c790df1e08f6d3c1f61b29257c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=aede8b02408f551cd8ffc5ca98a22fb466fc99e1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=46c10bc9e5f331850880b536edea78d05b84a2cb
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6113ae413cd879e298dddab9202f23ba80a83ede
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=79cccebabd97c7f27bcc995498f43809ad210300
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d9447dc00d0b185d3063e7dfa4692b95f346ea14
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8d767736752a0bfee071a4cb5a3e0b46312d3e96
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=119458952477f71b05c098190417bccc134161cf
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=932d02bba0678ed43a7c989949cb4b46ef1f8ada
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=dd54135042cfb64094e7141aa109d57cca5aee9c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3075ae5538afc612ffd48c40bc8a03a8f194dd71
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=10916b3e2cb46610fffee45b65360ae90e4ad9fe
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=e1df8007c288ab46fd04a077126038836a26d5f9
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=fa2adadbcf810b40fd86613fcee9a4736f0213af
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8c323fdc4ab315bd507e803096993d319853f252
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=18b8e1f56c1706fb28d3766f202bddad868a1459
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c98af0ddb46dbf4b8e851314dc9fb55461a99e4b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=35b1f1c4c3ba1c6e4c0cfd3dcdba9f71f288b82d
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=31079546dfd8a118f26010ba874ee01872a0d813
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=53366b4280dd67e58d94b1c737f131d6c1bb5428
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f3c65fb4e6782a97b6056108a5c013d9390bffb1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=7528fa370879d620b3d79bca112d27ce4eb6ad7e
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=965e1f40a34f32301c71c1b8611e8bd367b0980c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=13c319188637fc4e074e66f00c28f1dcd17f26dc
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1b0f9e564c24b0f075ea12afe29c02a4f45e1ae0
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f0fe88db07a6ccaac0b5ffd85099fa85e6f32b88
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=61469a909ecc89a70c77bf5eda57029f980f47f8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=002ba21d80a6a13e181fd90e7fae2695533cce5f
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=9ccf2c81bdcd83683f599dec833b31f6c6fe122a
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=4b468350b0228dcf58fe5395c1eb021362e9802c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8bee5780ecd96f5e142d5d6a42f8feec3e46ee91
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8ded530d575a80db548316dc0248b9f2f064806b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=bb41cf39151d800108087396016917e753645820
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=224178508289c3d571d048c589e8d0b69da4de42
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=989d77b785d1540cdc6b31a5dcddf3aab4440da2
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3707309430e2edc200a1e76f722e05fbd225ea58
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=757e2afe126183ac08d449efb643c5202523a32f
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=94d06ea5eeb8e69351f5bd3a0be6fdf6d59847d2
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d076575efcc179ace8f1c1e9f7313918514329cf
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c45fc6bb632d3b0172f448f8f933c12e15915726
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c8fc4cf1adc558c413f6a77121f946339252194c
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c8b91eccad7e88345a2206c7909a50f9b65f73b6
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6583c02ca86a02458558895ec668069d10a008ae
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=761ce8d48b984bd27ccc3977b53fe06fb9f51126
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=ef02ec8b5ce747f39a7badaafdf5562498042521
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=23c23d747cd5024c6ffd94f53f82338be2956700
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=9b9ffec4169067c2fba7536337be6fe33efb8f1a
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=44913fe3cbc7d51e0f7250b0446f266d25004df4
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b4080851afa3a6e71624dae3aca727086aced9c3
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3d1f98ab7fc133cad3db1ddfb93e9d94f3a01aa6
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=b4a31bfce8ee0008c2f5dd13df4ea9d4a226aea8
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1693f891c3d8b5313a3f944ad1c5d7c2750763c3
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=3703cd1740002d824dee2df2c7c9fcad086b67c4
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=5115cf2c2c0d8356fcdd5b40b0ca5b245ce54c20
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f2c148459fa682530bbf8742334e2e1eb10d03a7
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=bc152277dbd5969cb34d79c730c72d9b66c93696
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=de62a32932498281857ee735c8730169a1b6f107
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8b606626165697fb930d2a1bd31118085c10dfe2
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6feb041c2310434cda17ea7aab879263df87599b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=aee660e21ca3273057070eba1d952d41d75bfff5
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=0fbe95547846cc0c3abe14a6016055e733112eef
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=f62cb572f1beb1158fa96177e6d3a1539c2bcbca
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=dd6806e52a4bc8967a665c04ad09adf2da6c996b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=c733108bfae6302417270ff10fe76e7054862182
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=1441310e8949be3c638c4d83d572452a4d390967
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=d006cf9d0d1a6130a335c6cddd9a6b47f48d7e23
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=9bb1625e447d19856fdb6484ae024e2a341a97b6
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=a65c56cbdd8877599dc102000d150da21e03ac37
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=077bb7d97b5f19bd1f36da7f49c0babe74f26131
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6555ee0841b42b2e4a2df329057fbd826c9c26b0
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=6ba80d361a0ff5ef251da3d264f8833073ee3e1e
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=20e3154b527bcc077b659c385761d622bbc185b4
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=274dce744314142c951948724bc6bf0d08401ddf
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=923730d35430b94510b8c8fcbb9ed141749c30d1
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=bb7f68989d62b136ec725036bf283dfb1b482489
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=8e08c6bd3be7bdd0889e74f25e23865232112cf7
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=39a4e9aebb152c0272458e620023aa63d2ec8eda
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=a3fa43fa64c728d124b66495e3d6f8721055041b
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=9f2cfac04fe8b7764ee7258c6a1916b317e398ed


More information about the svn mailing list