summaryrefslogtreecommitdiffstats
path: root/zebra/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd, zebra: don't compare unsigned < 0Quentin Young2020-04-051-5/+9
* zebra: Don't kill the global rtadv socket when a vrf is deletedDonald Sharp2020-04-021-0/+1
* zebra: implement zebra route map northboundRafael Zalamena2020-03-231-0/+1
* zebra: Disable rmap update thread before routemap_finish while shutting down ...saravanank2020-03-171-1/+8
* *: fix route map integrationRafael Zalamena2020-02-041-0/+1
* zebra: Capabality and stale route handling for GR client.Santosh P K2020-01-311-0/+4
* Merge pull request #4765 from opensourcerouting/defaults-v2Donald Sharp2019-12-061-1/+0
|\
| * lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* | zebra: send RA lifetime of 0 before ceasing to advertise RAsDon Slice2019-12-031-0/+3
|/
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* zebra: Remove cleanup and nhg workqueue boilerplateStephen Worley2019-10-251-1/+0
* zebra: Uninstall nexthops on shutdownStephen Worley2019-10-251-0/+2
* zebra: during shutdown processing, drop dplane resultsMark Stapp2019-09-271-0/+3
* lib: handle frr_pthread_init/fini in libfrr initQuentin Young2019-09-161-4/+0
* all: remove logical-router functionalityIgor Ryzhov2019-08-021-4/+0
* zebra: label manager refactorEmanuele Di Pascale2019-07-101-9/+2
* zebra: Clean up BGP EVPN configuration when the client, BGPD, goes downKishore Aramalla2019-06-191-0/+4
* doc, zebra: Remove `keep_kernel_mode` from zebraDonald Sharp2019-05-241-19/+3
* zebra: Add kernel level graceful restartDonald Sharp2019-05-241-15/+33
* zebra: Move multipath_num into zrouterDonald Sharp2019-05-141-5/+3
* zebra: When shutting down actually close the socketDonald Sharp2019-03-271-0/+2
* zebra: Remove `struct zebra_t`Donald Sharp2019-01-311-4/+0
* zebra: Move packets_to_process to zrouterDonald Sharp2019-01-311-1/+0
* zebra: Move lsp_process_q to zrouterDonald Sharp2019-01-311-2/+2
* zebra: Move ribq from zebrad to zrouterDonald Sharp2019-01-311-3/+0
* zebra: Move rtm_table_default to zrouterDonald Sharp2019-01-311-1/+0
* zebra: Move client_list to the zebra_router data structureDonald Sharp2019-01-311-3/+3
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+2
* zebra: start the netns notification mechanism after ns initialisationPhilippe Guibert2019-01-091-4/+1
* Merge pull request #3370 from pguibert6WIND/default_vrf_initializationRenato Westphal2018-12-041-2/+5
|\
| * zebra: delay default vrf name after vrf initializationPhilippe Guibert2018-11-211-2/+5
| * lib, zebra: default vrf configured will not be overwritten by discoveryPhilippe Guibert2018-11-211-1/+1
* | Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-1/+0
|\ \
| * | *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-1/+0
| |/
* | zebra: separate netlink socket for dataplaneMark Stapp2018-11-211-1/+4
* | zebra: reorg dataplane pthread startMark Stapp2018-11-211-0/+3
* | zebra: introduce dedicated dataplane pthreadMark Stapp2018-11-211-3/+3
|/
* Merge pull request #2705 from opensourcerouting/northbound-yang-v2Donald Sharp2018-10-311-1/+8
|\
| * yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
| * *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+7
* | Merge pull request #2946 from mjstapp/dplane_2Donald Sharp2018-10-281-0/+27
|\ \ | |/ |/|
| * zebra: only perform shutdown signal processing onceMark Stapp2018-10-251-2/+14
| * zebra: support zebra shutdown and cleanupMark Stapp2018-10-251-1/+14
| * zebra: add dplane show commandsMark Stapp2018-10-251-0/+2
* | zebra: Start breakup of zns into zrouter and znsDonald Sharp2018-10-241-1/+5
|/
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-1/+1
* zebra: add an option to zebra command to change default vrf namePhilippe Guibert2018-08-281-1/+6
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1