summaryrefslogtreecommitdiffstats
path: root/zebra
Commit message (Expand)AuthorAgeFilesLines
...
* zebra: Static route does not reach kernel.Joakim Tjernlund2009-06-241-2/+4
* [zebra] linux policy routing support with ipv6Mathieu Goessens2009-06-233-7/+7
* RFC 4191 Default Router Preference support for router advertisementsChris Caputo2009-06-234-2/+82
* [cleanup] convert bzero() deprecated by POSIX to memset()Jeremy Jackson2009-06-192-2/+2
* [daemons/cleanup] Remove disabled log_mode argument support.Jeremy Jackson2009-06-182-13/+3
* [zebra/cleanup] make message table read onlyStephen Hemminger2009-06-181-1/+1
* [zebra] Remove unused structure elementStephen Hemminger2009-06-181-3/+0
* [zebra] Force rib_update when connected route deletedStephen Hemminger2009-06-181-0/+4
* [cleanup] Use correct buffer size for inet_ntop()Stephen Hemminger2009-06-183-23/+25
* [zebra] Only announce connected routes if link is detectedStephen Hemminger2009-06-181-1/+1
* [zebra] MTU is unsignedStephen Hemminger2009-06-181-1/+1
* [zebra] remove incorrect debug messageStephen Hemminger2009-06-181-2/+0
* [zebra] Cleanup meta-queue codeStephen Hemminger2009-06-181-64/+70
* [zebra] netlink interface minor cleanupStephen Hemminger2009-06-182-7/+4
* [zebra] Fix vyatta bug 2814: Add "show ip route summary" command.Stig Thormodsrud2009-06-181-35/+86
* [cleanup] Make command nodes staticStephen Hemminger2009-06-122-4/+4
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-124-36/+14
* [snmp] Compiler warning fixes for when "--enable-snmp" is configured.Chris Caputo2009-06-021-14/+19
*-. Merge commit 'remotes/jocke/ospf_neighbour'; commit 'remotes/jocke/snmp_cross...Paul Jakma2008-09-011-1/+3
|\ \
| | * Make --enable-snmp cross compile and make libcrypto optional with --without-c...Joakim Tjernlund2008-08-251-1/+3
| |/
* / testPaul Jakma2008-08-261-1/+1
|/
* [administrivia] Update gitignore filesPaul Jakma2008-08-221-1/+1
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+3
* [trivia] Remove ChangeLog files, as this data is now maintained in SCMPaul Jakma2008-08-221-2712/+0
* [zebra] trivial: fix spelling mistakeStephen Hemminger2008-08-221-1/+1
* [zebra] trivia: static qualifiers for metaqStephen Hemminger2008-08-221-4/+5
* [zebra] make some data localStephen Hemminger2008-08-221-2/+2
* [zebra] ignore dead routes in RIB updateStephen Hemminger2008-08-221-17/+36
* [zebra:linux] netlink: no need to change privs for receiveStephen Hemminger2008-08-221-12/+3
* [zebra:linux] netlink: quiet harmless errorsStephen Hemminger2008-08-221-21/+20
* [zebra:linux] netlink buffer size tweaking only needed on receive socketStephen Hemminger2008-08-221-43/+43
* [zebra:linux] clean up blocking setting of netlink socketsStephen Hemminger2008-08-221-91/+6
* [zebra:linux] Filter out unwanted netlink messages by PIDStephen Hemminger2008-08-221-46/+27
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-0/+1
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-223-4/+4
* [zebra] mark some rt_netlink functions staticStephen Hemminger2008-08-221-19/+18
* [zebra:netlink] Set proto/scope on all route update messagesTimo Teräs2008-08-221-6/+4
* [build] Test for GNU-style PIE support in toolchain and enablePaul P Komkoff Jr2008-08-221-0/+3
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+13
* [zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl errorPaul Jakma2008-07-012-15/+31
* + initial edition of meta-queue for RIB updates processing (bug #431)Denis Ovsienko2008-06-025-41/+164
* [daemons] Sanity check port number arguments before usePaul Jakma2008-05-291-1/+2
* [zebra/linux] Use BPF to filter out responses, to try avoid netlink overrunsPaul Jakma2008-05-292-1/+60
* + fix bug#326 by rib_lookup_and_pushup()Denis Ovsienko2008-02-264-0/+64
* [link-detect] Improve BSD support.Andrew J. Schorr2008-01-113-16/+16
* [link-detect] Try to get BSD link-detect to work properly.Andrew J. Schorr2008-01-103-0/+63
* [link-detect] Static interface routes should behave properly with link-detect.Andrew J. Schorr2008-01-082-3/+9
* + fixed bug #418 (changing address on an existing interface doesn't cause exi...Denis Ovsienko2007-11-122-0/+22
* + fix the bug reported by Milan Kocian (IPv6 route handling was broken by the...Denis Ovsienko2007-10-242-0/+11