summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #3778 from mjstapp/fix_dplane_updateDonald Sharp2019-02-131-1/+1
|\ \ | |/ |/|
| * zebra: use update semantics for routes consistentlyMark Stapp2019-02-111-1/+1
* | Merge pull request #3723 from slrz/zebra-rtadv-add-rfc8106-supportDavid Lamparter2019-02-124-0/+492
|\ \
| * | zebra: prefer DEFINE_MTYPE_STATIC for local memtypesLars Seipel2019-02-113-4/+3
| * | zebra: avoid exceeding link MTU through RA optionsLars Seipel2019-02-021-6/+31
| * | zebra: support DNS configuration options in rtadvLars Seipel2019-02-026-0/+468
* | | zebra: Update zserv debug messages to give a bit more useful infoDonald Sharp2019-02-101-3/+6
* | | Merge pull request #3745 from chiragshah6/evpn_dev1Russ White2019-02-075-4/+162
|\ \ \ | |_|/ |/| |
| * | zebra: advertise svi ip as macip route changesChirag Shah2019-02-075-4/+162
* | | Merge pull request #3722 from donaldsharp/static_recursiveDavid Lamparter2019-02-072-1/+5
|\ \ \ | |/ / |/| |
| * | zebra: Do not display recursive nexthops as installedDonald Sharp2019-02-051-1/+2
| * | zebra: Fix multiple levels of static recursionDonald Sharp2019-02-051-0/+3
* | | Merge pull request #3684 from mjstapp/dplane_pwDonald Sharp2019-02-069-34/+355
|\ \ \ | |/ / |/| |
| * | zebra: add handler for pw install errorsMark Stapp2019-01-252-2/+34
| * | zebra: handle pw updates in async dplaneMark Stapp2019-01-251-0/+31
| * | zebra: convert PW updates to async dataplaneMark Stapp2019-01-258-32/+194
| * | zebra: start pseudowire supportMark Stapp2019-01-252-0/+96
* | | Merge pull request #3518 from rgirada/routemap_3090Donald Sharp2019-02-051-2/+35
|\ \ \
| * | | zebrad: Added changes to track route-map usagergirada2019-02-041-2/+35
| | |/ | |/|
* | | Merge pull request #3733 from donaldsharp/meta_queue_nht_game_over_man_game_overRuss White2019-02-051-9/+1
|\ \ \
| * | | zebra: NHT was being run at least 2 times and missreporting dataDonald Sharp2019-02-051-9/+1
* | | | Merge pull request #3730 from donaldsharp/send_informationRuss White2019-02-055-34/+11
|\ \ \ \
| * | | | zebra: Remove zclient->idinfo restrictionsDonald Sharp2019-02-055-34/+11
| |/ / /
* | | | Merge pull request #3688 from chiragshah6/evpn_devRuss White2019-02-053-2/+52
|\ \ \ \
| * | | | zebra: probe local inactive neighChirag Shah2019-01-291-0/+41
| * | | | zebra: add kernel neigh update apiChirag Shah2019-01-292-2/+11
* | | | | Merge pull request #3679 from chiragshah6/evpn_dev2Russ White2019-02-051-2/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | zebra: reinstate bgp route on local deleteChirag Shah2019-01-261-2/+17
* | | | | Merge pull request #3698 from donaldsharp/netlink_is_serious_businessRenato Westphal2019-02-052-22/+3
|\ \ \ \ \
| * | | | | lib, zebra: Fix 'show ip route' char collisionDonald Sharp2019-01-301-1/+1
| * | | | | zebra: some v4 attributes were being written 2 timesDonald Sharp2019-01-301-4/+2
| * | | | | zebra: some v6 attributes were being written twiceDonald Sharp2019-01-301-17/+0
* | | | | | zebra: Add ability to send to all clients updated capability informationDonald Sharp2019-01-313-0/+27
* | | | | | zebra: Add code to allow us to add debug for mlagDonald Sharp2019-01-313-0/+32
* | | | | | zebra: Add mlag information to zrouterDonald Sharp2019-01-312-7/+23
* | | | | | zebra: Remove `struct zebra_t`Donald Sharp2019-01-319-29/+8
* | | | | | zebra: Move packets_to_process to zrouterDonald Sharp2019-01-316-9/+10
* | | | | | zebra: Move lsp_process_q to zrouterDonald Sharp2019-01-314-15/+15
* | | | | | zebra: Move the mq data structure to zrouterDonald Sharp2019-01-315-13/+14
* | | | | | zebra: Move ribq from zebrad to zrouterDonald Sharp2019-01-316-25/+25
* | | | | | zebra: Move rtm_table_default to zrouterDonald Sharp2019-01-319-18/+19
* | | | | | zebra: Make zebrad.sock zserv.c private dataDonald Sharp2019-01-312-17/+17
* | | | | | zebra: Move client_list to the zebra_router data structureDonald Sharp2019-01-3110-41/+44
* | | | | | zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-3120-61/+66
| |_|_|/ / |/| | | |
* | | | | Merge pull request #3699 from donaldsharp/zebra_rib_debugsDavid Lamparter2019-01-313-34/+53
|\ \ \ \ \
| * | | | | zebra: When the kernel passes up a onlink route respect those flagsDonald Sharp2019-01-301-0/+7
| * | | | | zebra: Trust kernel and System routesDonald Sharp2019-01-301-0/+8
| * | | | | zebra: Convert route entry id number to string in debugsDonald Sharp2019-01-302-34/+38
| |/ / / /
* / / / / zebra: On route update context is sometimes indeterminate in post-processingDonald Sharp2019-01-301-1/+10
|/ / / /
* | | | Merge pull request #3691 from pguibert6WIND/debug_rule_fwmarkDavid Lamparter2019-01-291-1/+2
|\ \ \ \