summaryrefslogtreecommitdiffstats
path: root/zebra/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* zebra: Cleanup ptm memory *after* we tell the sockets to clean upDonald Sharp2017-10-021-1/+1
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-2/+1
* zebra: irdp: convert into moduleDavid Lamparter2017-08-151-3/+0
* zebra: start detangling rtadv & irdpDavid Lamparter2017-08-151-3/+0
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-5/+3
* Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-0/+1
|\
| * zebra: add support for static pseudowiresRenato Westphal2017-08-091-0/+1
* | *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-0/+8
|/
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-17/+15
* *: reindent pt. 2whitespace / reindent2017-07-171-15/+17
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-217/+204
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: fpm: convert into moduleDavid Lamparter2017-03-251-15/+1
* *: snmp: convert into modulesDavid Lamparter2017-03-251-4/+0
* Implement generic label managerßingen2017-03-201-8/+20
* *: fix some user-visible Quagga remnantsDavid Lamparter2017-03-081-1/+1
* *: fix some option descriptions and make -e workDavid Lamparter2017-03-081-8/+9
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-2/+1
* *: add frr_run()David Lamparter2017-03-081-8/+1
* *: add frr_config_fork()David Lamparter2017-03-081-52/+7
* *: centralize more into frr_init()David Lamparter2017-03-071-5/+1
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-113/+38
* bgpd, zebra: Allow setting ecmp from daemon cliDonald Sharp2017-03-011-0/+11
* *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* zebra: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-1/+11
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-5/+5
* zebra: plug more memory leaksRenato Westphal2016-11-281-2/+16
* zebra/lib: plug several memleaksRenato Westphal2016-11-281-0/+12
* zebra: use qobj and enable concurrent config editsDavid Lamparter2016-10-071-0/+1
* zebra: optionally use protobuf with FPMAvneesh Sachdev2016-09-231-4/+10
* zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-3/+1
* zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal2016-09-231-0/+3
* Quagga: Static LSP configurationvivek2016-09-231-0/+3
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* zebra: Line up help output betterDonald Sharp2016-09-061-1/+1
* Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* all: add default log file if none are definedDon Slice2016-07-111-3/+2
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* zebra: Refactor zebra_vrfDonald Sharp2016-04-151-77/+0
* lib, zebra: Rework zebra_ns to be a bit more modularDonald Sharp2016-04-151-59/+10
* lib, zebra: Rework vrf_add_updateDonald Sharp2016-04-151-0/+3
* lib, zebra: Rearrange vrf_delete_updateDonald Sharp2016-04-151-0/+8
* lib, zebra: Fix vrf new hook callback.Donald Sharp2016-04-011-10/+0
* zebra: Some small modifications to actually delete the vrfDonald Sharp2016-03-231-0/+9
* Zebra: Make RA socket operation on a per-NS basisvivek2016-02-191-10/+11
* Zebra: Link VRF to corresponding NSvivek2016-02-191-0/+1