summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: parse non-zebra seg6local configuration via netlink (step1)Hiroki Shirokura2021-06-021-0/+48
* zebra: ZEBRA_ROUTE_ADD supports seg6local route (step1)Hiroki Shirokura2021-06-024-0/+151
* Merge pull request #6317 from rgirada/fix_route_dumpRafael Zalamena2021-05-281-0/+205
|\
| * zebrad: Added a command to dump routes in support bundlergirada2021-05-061-0/+205
* | Merge pull request #8174 from mjstapp/backup_nhtStephen Worley2021-05-273-66/+286
|\ \
| * | zebra: optionally hide backup-nexthop events in nhtMark Stapp2021-04-081-65/+248
| * | zebra: add config control to hide backup nh events in nhtMark Stapp2021-04-073-1/+38
* | | Merge pull request #8498 from ton31337/feature/opaque_data_void_zebraMark Stapp2021-05-241-9/+26
|\ \ \
| * | | zebra: Send more OPAQUE data from BGPDonatas Abraitis2021-05-141-7/+24
| * | | zebra: Format changes for evpn_mh_neigh_holdtime_cmdDonatas Abraitis2021-05-141-2/+2
* | | | zebra: fix possible uninitialized valueIgor Ryzhov2021-05-191-1/+1
* | | | 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
|/ / /