[vyatta-svn] xorp: Changes to 'icsi-cvsimport'
Tom Grennan
tgrennan at suva.vyatta.com
Fri Jan 12 17:27:53 PST 2007
.cvsignore | 1
Jamfile | 50 ++++++
Jamrules.in | 349 ++++++++++++++++++++++++++++++++++++++++++++
bgp/Jamfile | 129 ++++++++++++++++
bgp/harness/Jamfile | 32 ++++
bgp/tools/Jamfile | 43 +++++
cli/Jamfile | 36 ++++
cli/cli_client.cc | 7
cli/cli_client.hh | 8 -
cli/cli_node_net.cc | 61 +++++--
cli/libtecla/Jamfile | 85 ++++++++++
cli/tools/Jamfile | 22 ++
configure | 5
configure.in | 1
docs/user_manual/policy.tex | 4
etc/Jamfile | 7
etc/templates/Jamfile | 50 ++++++
fea/Jamfile | 252 +++++++++++++++++++++++++++++++
fea/pa_backend_ipfw2.cc | 6
fea/tools/Jamfile | 27 +++
fib2mrib/Jamfile | 41 +++++
libcomm/Jamfile | 17 ++
libfeaclient/Jamfile | 47 +++++
libproto/Jamfile | 36 ++++
libxipc/Jamfile | 152 +++++++++++++++++++
libxorp/Jamfile | 59 +++++++
mibs/Jamfile | 97 ++++++++++++
mld6igmp/Jamfile | 107 +++++++++++++
mrt/Jamfile | 22 ++
ospf/Jamfile | 77 +++++++++
ospf/tools/Jamfile | 28 +++
pim/Jamfile | 138 +++++++++++++++++
policy/Jamfile | 42 +++++
policy/backend/Jamfile | 16 ++
policy/common/Jamfile | 23 ++
policy/test/Jamfile | 35 ++++
rib/Jamfile | 102 ++++++++++++
rib/tools/Jamfile | 25 +++
rip/Jamfile | 147 ++++++++++++++++++
rip/tools/Jamfile | 32 ++++
rtrmgr/Jamfile | 123 +++++++++++++++
static_routes/Jamfile | 39 ++++
utils/Jamfile | 7
xrl/Jamfile | 9 +
xrl/interfaces/Jamfile | 140 +++++++++++++++++
xrl/targets/Jamfile | 126 +++++++++++++++
xrl/tests/Jamfile | 28 +++
47 files changed, 2853 insertions(+), 37 deletions(-)
New commits:
commit afb132c3039cb52daad1bfbaf94aebee843973f5
Author: pavlin <pavlin>
Date: Fri Jan 12 22:20:10 2007 +0000
Refactor the mechanism for processing the input data.
The refactoring eliminates a number of issues that were exposed when
configuring large number of static routes using a shell script.
This fixes Bugzilla entry #419.
Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=419
commit 463d3ff95861385f17fc98091ac894047fb91774
Author: pavlin <pavlin>
Date: Thu Jan 11 22:32:05 2007 +0000
Fix the documentation about the OSPF ebit. The correct behavior should be:
if the ebit it is true, then it is type2 OSPF route; if false, then it is
type1.
Bug found by: "Frank E. Renwick" <frenwick AT cengen.com>
Approved by: Atanu Ghosh
commit e0b6adbd7c052934706dd93939c470c0e35c4946
Author: bms <bms>
Date: Thu Jan 11 22:30:43 2007 +0000
Kick in the Jams #2: Populate the XORP tree with Jamfiles.
XORP may now be built with Jam/MR by running configure from top level
and then 'jam'. To build regression tests, 'jam -sMAKE_CHECK=1'.
Approved by: atanu, pavlin
commit 0d3838db42da3deba6d79cd6a7f7a3d9982495f9
Author: pavlin <pavlin>
Date: Thu Jan 11 22:02:24 2007 +0000
Added the auto-generated Jamrules to the list of files ignored by CVS.
commit d96a2c266db6e6590b917564800fd62fc6bce422
Author: bms <bms>
Date: Thu Jan 11 21:53:46 2007 +0000
Kick in the Jams. This commit introduces the top-level Jamrules.in file
and adds it to configure's AC_OUTPUT() macro.
This is the only commit which invades the existing build tool space.
Approved by: atanu, pavlin
commit a7a2e5337282146c4a2b79ed67700a087f5865ab
Author: bms <bms>
Date: Wed Jan 10 20:22:58 2007 +0000
Fix an ioctl size mismatch between 64-bit and 32-bit versions of FreeBSD.
http://suva.vyatta.com/git/?p=xorp.git;a=commitdiff;h=afb132c3039cb52daad1bfbaf94aebee843973f5
More information about the svn
mailing list