Age | Commit message (Expand) | Author |
2012-07-13 | Merge remote branch 'vincentbernat/feature/ospfv3-mib' | David Lamparter |
2012-07-13 | Merge remote branch 'vincentbernat/feature/agentx' | David Lamparter |
2012-07-10 | ospf6d: fix segfault when requesting inexistant interfaces or areas | Vincent Bernat |
2012-06-25 | ospf6d: add SNMP notifications/traps support | Vincent Bernat |
2012-06-25 | ospf6d: add SNMP support for ospfv3*LsdbTable | Vincent Bernat |
2012-06-25 | ospf6d: add SNMP implementation of ospfv3IfTable | Vincent Bernat |
2012-06-25 | ospf6d: complete SNMP implementation of ospfv3AreaTable | Vincent Bernat |
2012-06-25 | ospf6d: complete SNMP implementation for scalar objects | Vincent Bernat |
2012-06-25 | ospf6d: add SNMP support for ospfv3NbrTable | Vincent Bernat |
2012-06-25 | snmp: fix OSPFV3-MIB implementation | Vincent Bernat |
2012-06-25 | snmp: let handlers accept OID from a lesser prefix | Vincent Bernat |
2012-06-25 | agentx: add appropriate documentation | Vincent Bernat |
2012-06-25 | agentx: handle SNMP traps | Vincent Bernat |
2012-06-25 | smux: drop findVar element from trap object struct | Vincent Bernat |
2012-06-25 | smux: remove `tick` argument from smux_trap() | Vincent Bernat |
2012-06-25 | agentx: add AgentX support to Quagga. | Vincent Bernat |
2012-06-25 | smux: isolate SMUX implementation from SNMP implementation | Vincent Bernat |
2012-06-25 | build: use net-snmp-config to configure NetSNMP | Vincent Bernat |
2012-06-25 | build: only define HAVE_SNMP | Vincent Bernat |
2012-06-25 | build: allow configure and build in a separate directory | Vincent Bernat |
2012-06-21 | isisd: fix typo in topology generator (BZ#731) | David Lamparter |
2012-06-21 | bgpd: Partially revert f018db8, fixes BZ#730 | Jorge Boncompte [DTI2] |
2012-06-21 | bgpd: Fix for commit 6a4677b7, fixes BZ#729 | Jorge Boncompte [DTI2] |
2012-06-19 | tests: BGP unit tests to set BGP_OPT_NO_LISTEN so they can run | Paul Jakma |
2012-06-14 | bgpd: Add "no listen" socket option for the BGP master configuration | Paul Jakma |
2012-06-14 | lib: Add back sockunion_str2su | Paul Jakma |
2012-06-13 | Revert "bgpd: Make socket init separate, so unit tests work again." | Paul Jakma |
2012-05-22 | lib: do not allocate/free thread funcnames | Jorge Boncompte [DTI2] |
2012-05-22 | lib: micro-op for thread_get() | Jorge Boncompte [DTI2] |
2012-05-22 | lib: remove RUSAGE_T from struct thread | Jorge Boncompte [DTI2] |
2012-05-22 | micro-op bgp_node_[get|lookup]() and route_node_[get|lookup]() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize bgp_aggregate_[increment|decrement]() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize bgp_update_main() in the soft_reconfig case | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize holdtime timer cancelling | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: Remove useless initialization | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: reduce struct attr_extra allocations/freeing | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: use on stack struct attr_extra in bgp_update_receive() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: fix struct attr_extra leak in bgp_default_originate() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: use on stack struct attr_extra in bgp_attr_unintern() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: cleanup bgp_attr_unintern() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: reduce attrhash_make_key() indirections | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: remove some useless initializations | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize bgp_info_cmp() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize loops on [e]community_hash_make() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: remove calls to peer_sort() from fast-path | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: debug buffers cleanup and optimization | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize bgp_nexthop_self() | Jorge Boncompte [DTI2] |
2012-05-22 | bgpd: optimize aspath string representation and assegments handling | Jorge Boncompte [DTI2] |
2012-05-21 | bgpd: fix crash with vpnv4 soft-reconfiguration | Jorge Boncompte [DTI2] |