CONFIG-KEYS | 11 ++ ChangeLog | 33 ++++++ configure | 2 configure.in | 4 debian/changelog | 41 +++++++ docs/INTERNALS | 46 ++++++++ src/bgp/bgp.c | 191 ++++++++++++++++++++++-------------- src/bgp/bgp.h | 6 - src/bgp/bgp_table.c | 89 +++++++--------- src/bgp/bgp_table.h | 41 +------ src/cfg.h | 1 src/cfg_handlers.c | 19 +++ src/cfg_handlers.h | 1 src/network.h | 4 src/nfacctd.c | 8 + src/nfacctd.h | 8 + src/nfprobe_plugin/netflow9.c | 32 +++++- src/nfprobe_plugin/nfprobe_plugin.c | 40 +++++++ src/nfprobe_plugin/nfprobe_plugin.h | 1 src/nfv9_template.c | 82 ++++++++++----- src/pkt_handlers.c | 152 ++++++++++++++++------------ src/pmacct-data.h | 1 src/pmacct-defines.h | 14 +- src/pretag_handlers.c | 44 +++++--- src/print_plugin.c | 60 ++++++----- 25 files changed, 624 insertions(+), 307 deletions(-)
New commits: commit 90bc2e66b35fd70a9a622293dd915dba443a36f4 Author: Stig Thormodsrud <[email protected]> Date: Fri Oct 1 16:36:06 2010 -0700 0.12.4+vyatta+1 commit a2b365656cf7afff3d20d1615fe7fa4afbdf8d6c Author: paolo <paolo> Date: Thu Sep 30 16:58:56 2010 +0000 * print plugin: support for interfaces and network masks has been added. Numeric variables output converted to unsigned from signed. * bgp_table.h: spelling error corrected. Did affect 0.12.4-cvs version only and was preventing package to compile when --enable-ipv6 flag was passed at compile time. * ChangeLog updated commit eee66010cf7fac15dee190aaae2b66e6534f648e Author: paolo <paolo> Date: Sun Sep 26 23:17:44 2010 +0000 * Updated ChangeLog document commit 206d99d095d13c601784c95735c6c4d7b84c2dcf Author: paolo <paolo> Date: Sun Sep 12 00:22:26 2010 +0000 * nfprobe: added support for export direction field (NetFlow v9 field type #61); its value, 0=ingress 1=egress, is determined via nfprobe_direction configuration directive. commit 3c5fff3d5fdb92e023547b4b6acbcba1ef3b8406 Author: paolo <paolo> Date: Thu Sep 9 14:35:47 2010 +0000 * nfprobe: record direction information, if available, for later use * bgp daemon: fixed memory leak. Only affected version is 0.12.4-cvs commit 43e051bbe2c52b8f4cd391f38f7a67f85c46c972 Author: paolo <paolo> Date: Wed Sep 8 09:27:24 2010 +0000 * BGP daemon: further effort to optimize RIB resources consumption; updated documentation. commit d39b354694c1ad34427b4b89ba6a1a90fb3ffb9a Author: paolo <paolo> Date: Tue Sep 7 16:06:25 2010 +0000 * BGP daemon: further effort to optimize RIB resources consumption; updated documentation. commit d61d3d57709f429a90707988da204b187caf2bd3 Author: paolo <paolo> Date: Mon Sep 6 16:17:21 2010 +0000 * BGP daemon thread: documentation on memory dimensioning commit e2bc397326b09586a7d44982108fa2e45d14459b Author: paolo <paolo> Date: Tue Aug 31 19:24:32 2010 +0000 * nfacctd: introduced support for Cisco ASA bytes counter, NetFlow v9 field type #85. commit b0fa0964052933955da18da4dbf918f0949cef6f Author: paolo <paolo> Date: Thu Aug 12 16:08:13 2010 +0000 * BGP daemon: effort to optimize RIB resources consumption; new information model encompasses a shared RIB, shared attributes and per-peer routing information. Introduced bgp_table_peer_buckets configuration directive. commit 7609bfe0c3e6e6b5acde46cf6e79b9be9d529a4d Author: paolo <paolo> Date: Tue Aug 10 17:49:53 2010 +0000 * BGP daemon: initial effort to optimize RIB resources consumption (cont.d) commit ebcbde55fea2d090669aedca8d8e38ccaee4db06 Author: paolo <paolo> Date: Mon Aug 9 16:13:20 2010 +0000 * fix, nfv9_template.c: ignoring unsupported field types; improved template logging. commit ce196e192bb8730de5367993895491fd0113071b Author: paolo <paolo> Date: Sun Aug 8 00:39:21 2010 +0000 * BGP daemon: initial effort to optimize RIB resources consumption (cont.d) commit 92da1476dd3ea2348ce4efaab7cb8984083e8293 Author: paolo <paolo> Date: Sat Aug 7 13:56:47 2010 +0000 * BGP daemon: initial effort to optimize RIB resources consumption (cont.d) commit 269035cc35fcc9a7498e4a9142a00147d66f8255 Author: paolo <paolo> Date: Fri Aug 6 13:05:15 2010 +0000 * BGP daemon: initial effort to optimize RIB resources consumption commit a9df5895bc6199763ff40c5f1da123aae5f42c54 Author: paolo <paolo> Date: Thu Jul 29 21:16:08 2010 +0000 * nfacctd: improved flow recognition heuristics commit 877257d5fcd0630e485bdd10d831f0086bfcd758 Author: paolo <paolo> Date: Thu Jul 29 14:16:28 2010 +0000 * Rolled version counters http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=90bc2e66b35fd70a9a622293dd915dba443a36f4 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=a2b365656cf7afff3d20d1615fe7fa4afbdf8d6c http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=eee66010cf7fac15dee190aaae2b66e6534f648e http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=206d99d095d13c601784c95735c6c4d7b84c2dcf http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=3c5fff3d5fdb92e023547b4b6acbcba1ef3b8406 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=43e051bbe2c52b8f4cd391f38f7a67f85c46c972 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=d39b354694c1ad34427b4b89ba6a1a90fb3ffb9a http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=d61d3d57709f429a90707988da204b187caf2bd3 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=e2bc397326b09586a7d44982108fa2e45d14459b http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=b0fa0964052933955da18da4dbf918f0949cef6f http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=7609bfe0c3e6e6b5acde46cf6e79b9be9d529a4d http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=ebcbde55fea2d090669aedca8d8e38ccaee4db06 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=ce196e192bb8730de5367993895491fd0113071b http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=92da1476dd3ea2348ce4efaab7cb8984083e8293 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=269035cc35fcc9a7498e4a9142a00147d66f8255 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=a9df5895bc6199763ff40c5f1da123aae5f42c54 http://suva.vyatta.com/git/?p=pmacct.git;a=commitdiff;h=877257d5fcd0630e485bdd10d831f0086bfcd758 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
