Age | Commit message (Expand) | Author |
2009-06-18 | [ospf6d] Fix ospf6d crash if range defined twice | Jon |
2009-06-18 | [ospfd] Fix OSPF route refcount leak | Stephen Hemminger |
2009-06-18 | [zebra] Only announce connected routes if link is detected | Stephen Hemminger |
2009-06-18 | [zebra] MTU is unsigned | Stephen Hemminger |
2009-06-18 | [zebra] remove incorrect debug message | Stephen Hemminger |
2009-06-18 | [zebra] Cleanup meta-queue code | Stephen Hemminger |
2009-06-18 | [zebra] netlink interface minor cleanup | Stephen Hemminger |
2009-06-18 | [zebra] Fix vyatta bug 2814: Add "show ip route summary" command. | Stig Thormodsrud |
2009-06-18 | [vtysh] Add a --noerror option | Stephen Hemminger |
2009-06-18 | [vtysh] Return non-zero exit code on error. | Stephen Hemminger |
2009-06-18 | [vtysh] Make vtysh more useable for scripting | Stephen Hemminger |
2009-06-18 | [vtysh] Force line buffered mode. | Stephen Hemminger |
2009-06-18 | [gcc] Add gcc printf format checks | Stephen Hemminger |
2009-06-12 | [cleanup] Make command nodes static | Stephen Hemminger |
2009-06-12 | [cleanup] functions taking no args should be declared with void args | Stephen Hemminger |
2009-06-12 | [cleanup] add const attribute to lib/if.c::if_dump | Stephen Hemminger |
2009-06-12 | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger |
2009-06-12 | [bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch | Paul Jakma |
2009-06-09 | [bgpd] Fixed as-path prepend/exclude ASN handling | Denis Ovsienko |
2009-06-02 | Merge remote branch 'origin/master' | Paul Jakma |
2009-06-02 | [snmp] Compiler warning fixes for when "--enable-snmp" is configured. | Chris Caputo |
2009-06-02 | [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macro | Chris Caputo |
2009-06-02 | [ospfd] fix vty ospfd no ospf abr-type standard | Francesco Dolcini |
2009-06-02 | [ripd] Fix metrix in call to rip_zebra_ipv4_delete | Krisztian Kovacs |
2009-06-02 | [bgp] Fix crash on SIGHUP, deref of freed workqueues | Steve Hill |
2009-06-01 | [trivia] Fixed typos in communities text (#334) | Denis Ovsienko |
2009-06-01 | [doc] Stick with quagga.net for consistency (#436) | Denis Ovsienko |
2009-05-29 | [bgpd] 64-bit bugfix in community_del_val by Jeremy Jackson <jerj@coplanar.net> | Andrew J. Schorr |
2009-05-08 | [release] Bump version to 0.99.12 | Paul Jakma |
2009-05-08 | Fix bgp ipv4/ipv6 accept handling | Stephen Hemminger |
2009-05-08 | [build] tools/multiple-bgpd.sh should be in 'make dist' | Paul Jakma |
2009-04-30 | [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> | Denis Ovsienko |
2009-04-13 | Dmitry Tejblum <tejblum@yandex-team.ru> | Denis Ovsienko |
2009-04-10 | Justified OSPF cost function names and added support for: | Denis Ovsienko |
2008-11-29 | [lib] Fix timer precision. | Joakim Tjernlund |
2008-11-29 | [lib] Move type cast in Fletcher checksum | Joakim Tjernlund |
2008-11-29 | [rpm] some defaults for Fedora are way out of date | Paul Jakma |
2008-11-24 | [lib] fix missing sockunion_normalise_mapped | Paul Jakma |
2008-11-16 | [bgpd] Add 'show bgp views' command | Michael Lambert |
2008-11-16 | [lib] Switch Fletcher checksum back to old ospfd version | Paul Jakma |
2008-10-04 | [vtysh] Add commands from zebra_routemap.c to vtysh | Bartek Kania |
2008-10-02 | Merge branch 'bgpd/fsm' | Paul Jakma |
2008-10-02 | [release] Bump version to 0.99.11 | Paul Jakma |
2008-09-24 | [bgpd] Fix definition of an rsclient command | Michael Lambert |
2008-09-24 | [ospfd] Fix SEGV during startup introduced in recent commit | Joakim Tjernlund |
2008-09-24 | [ospfd] Move passive interface check | Joakim Tjernlund |
2008-09-24 | [build] Fix --enable-pie so it can actually be disabled | Paul P Komkoff Jr |
2008-09-09 | [lib] re-enable conversion of v6mapped INET6 sockunions to regular INET | Paul Jakma |
2008-09-09 | [bgpd] Allow accepted peers to progress even if realpeer is in Connect | Paul Jakma |
2008-09-06 | [bgpd] Document the FSM dummy-peer race that sometimes afflicts session setup | Paul Jakma |