summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8646 from chiragshah6/mdevPatrick Ruddy2021-05-181-2/+5
|\
| * zebra: check vni oper state in svi up notifChirag Shah2021-05-081-2/+5
* | Merge pull request #8535 from opensourcerouting/zlog-rnodeDonatas Abraitis2021-05-181-27/+42
|\ \
| * | zebra: replace _rnode_zlog with %pZN extDavid Lamparter2021-05-021-27/+42
* | | Merge pull request #8659 from mjstapp/fix_connected_multiDonald Sharp2021-05-131-5/+23
|\ \ \
| * | | lib,zebra: Use a flag to track down status for connected addrsMark Stapp2021-05-121-5/+23
* | | | zebra: Use __func__ instead of __PRETTY_FUNCTION__Donald Sharp2021-05-123-10/+8
* | | | zebra: Consolidate on 1 function netlink_parse_rattr_nestedDonald Sharp2021-05-121-13/+13
* | | | zebra: memset the `struct rtattr *tb[SIZE]` in setting functionDonald Sharp2021-05-123-19/+3
|/ / /
* | | Merge pull request #8650 from idryzhov/bgp-fix-redistRuss White2021-05-111-6/+11
|\ \ \
| * | | Revert "bgpd: vrf route leaking, fix vrf redistribute"Igor Ryzhov2021-05-091-6/+11
| | |/ | |/|
* | | zebra: fix style warnings in previous commitsDavid Lamparter2021-05-093-4/+4
* | | zebra: Reduce per vrf memory usage from hash table creationDonald Sharp2021-05-052-7/+22
* | | zebra: Reduce size of vni hash tables to a more reasonable start sizeDonald Sharp2021-05-052-2/+2
* | | zebra: Add some ability to know what hash is for what vniDonald Sharp2021-05-051-2/+5
* | | zebra: Allow the zvrf to know it's vrf when allocingDonald Sharp2021-05-052-5/+6
|/ /
* | Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp2021-05-0516-12/+480
|\ \
| * | zebra: collect gre information and push it when neededPhilippe Guibert2021-04-304-5/+48
| * | nhrp: Preserve mtu during interface up/down and tunnel source changePhilippe Guibert2021-04-304-5/+29
| * | zebra: new dplane action to set gre link interfacePhilippe Guibert2021-04-3012-21/+203
| * | lib, zebra: get gre informationPhilippe Guibert2021-04-301-0/+56
| * | zebra: add stub implementation for zebra gre source setPhilippe Guibert2021-04-302-0/+37
| * | zebra: storage of gre information in zebra layerPhilippe Guibert2021-04-306-3/+129
* | | Merge pull request #8620 from donaldsharp/redistribution_and_infiniteRuss White2021-05-041-11/+1
|\ \ \
| * | | zebra: Allow redistribution for routes selectedDonald Sharp2021-05-041-11/+1
| | |/ | |/|
* | | Merge pull request #8514 from donaldsharp/connected_is_limitedRuss White2021-05-041-0/+47
|\ \ \
| * | | zebra: Allow one connected route per network mask on a interfaceDonald Sharp2021-05-031-0/+47
| |/ /
* | | Merge pull request #8545 from opensourcerouting/assert-our-ownMark Stapp2021-05-032-1/+2
|\ \ \
| * | | *: drop zassert.hDavid Lamparter2021-04-231-1/+0
| * | | *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-231-0/+2
* | | | zebra: Allow interface up events to read speedDonald Sharp2021-05-021-0/+3
| |/ / |/| |
* | | zebra: at startup, fix links on all namespacesPhilippe Guibert2021-04-303-8/+6
* | | zebra: add the link interface information on interface updatesPhilippe Guibert2021-04-301-0/+3
| |/ |/|
* | Merge pull request #7165 from qlyoung/fix-zapi-codec-badnessRafael Zalamena2021-04-294-18/+12
|\ \
| * | zebra: use safe stream decodes for evpn zapi msgQuentin Young2021-04-281-5/+8
| * | pimd, zebra: explicit cast int netlink val to uintQuentin Young2021-04-281-1/+1
| * | lib, bgpd, zebra: RA interval is unsignedQuentin Young2021-04-281-11/+2
| * | bgpd, zebra: encode ip addr len as uint16Quentin Young2021-04-281-1/+1
* | | zebra: msgdump debug strangeness cleanupDonald Sharp2021-04-291-35/+30
|/ /
* | Merge pull request #8531 from mjstapp/fix_backups_miscRuss White2021-04-272-3/+56
|\ \
| * | zebra: handle TE policy changes in LSP async notifsMark Stapp2021-04-211-0/+12
| * | zebra: include inner labels with recursive backupsMark Stapp2021-04-211-0/+36
| * | zebra: fix some issues in recursive backup nexthop codeMark Stapp2021-04-211-3/+8
* | | Merge pull request #8488 from mjstapp/more_workqueueStephen Worley2021-04-275-41/+175
|\ \ \
| * | | zebra: use workqueue for daemon-owned NHGsMark Stapp2021-04-155-41/+175
* | | | Merge pull request #8517 from volta-networks/ldp_defer_zebra_updatesRenato Westphal2021-04-271-0/+8
|\ \ \ \
| * | | | zebra: debug log for redistribute_delEmanuele Di Pascale2021-04-261-0/+8
| | |_|/ | |/| |
* | | | Merge pull request #8538 from mjstapp/re_dump_nh_labelsRenato Westphal2021-04-271-2/+12
|\ \ \ \
| * | | | zebra: include nexthops' label stacks in debugsMark Stapp2021-04-221-2/+12
| | |_|/ | |/| |
* | | | zebra: handle gracefulRS/retain with proto NHGsStephen Worley2021-04-221-1/+32