summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4871 from vishaldhingra/ipv4_linklocalDonatas Abraitis2019-08-291-0/+4
|\
| * zebra: Added a few more information in route_entry while dumpingvdhingra2019-08-231-0/+4
* | Merge pull request #4849 from sworleys/Label-Append-Resolve_2Mark Stapp2019-08-282-49/+57
|\ \
| * | zebra: Append rparent labels when resolving nexthopStephen Worley2019-08-192-49/+57
* | | Merge pull request #4812 from pogojotz/fix-destination-multi-useDonald Sharp2019-08-265-84/+50
|\ \ \ | |_|/ |/| |
| * | zebra: Correct /32 addr del with broadcast setJuergen Werner2019-08-182-7/+2
| * | zebra: Do not use connection dest for bcastJuergen Werner2019-08-185-77/+48
* | | Merge pull request #4778 from mjstapp/dplane_macsDonald Sharp2019-08-229-111/+415
|\ \ \
| * | | zebra: update dplane stats outputMark Stapp2019-08-021-1/+29
| * | | zebra: use dataplane for vxlan remote mac programmingMark Stapp2019-08-027-58/+177
| * | | zebra: initial dplane support for MAC updatesMark Stapp2019-07-262-0/+168
| * | | zebra: rename internal dplane apiMark Stapp2019-07-251-15/+15
| * | | zebra: consolidate dataplane interface name and ifindex attrsMark Stapp2019-07-254-37/+26
* | | | Merge pull request #4835 from vishaldhingra/ipv4_linklocalMark Stapp2019-08-201-0/+14
|\ \ \ \
| * | | | zebra : zebra redistributing IPV4 link local Addresses inconsistently.vdhingra2019-08-141-0/+14
* | | | | *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-192-2/+2
| |_|_|/ |/| | |
* | | | Merge pull request #4832 from ddutt/masterDonald Sharp2019-08-174-18/+39
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: Ensure master's ifname is known, even if slave comes up firstDinesh G Dutt2019-08-133-9/+21
| * | | zebra: Display master interface names, not ifindicesDinesh G Dutt2019-08-131-9/+18
| | |/ | |/|
* | | zebra : blackhole_type was not set correctly in recursive routesvdhingra2019-08-131-1/+1
* | | Merge pull request #4801 from donaldsharp/nht_vrf_show_evilSri Mohana Singamsetty2019-08-131-1/+1
|\ \ \
| * | | zebra: Allow v4 or v6 addresses to be optional after `vrf X` in show ip nhtDonald Sharp2019-08-071-1/+1
* | | | Merge pull request #4823 from mjstapp/fix_dplane_thread_nameQuentin Young2019-08-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: make the dplane pthread name consistentMark Stapp2019-08-121-1/+1
| |/ /
* | | Zebra: Incorrect L3VNI for FPM rtmsg for EVPN RT-5 prefixAmeya Dharkar2019-08-101-1/+1
* | | zebra: fix advertise svi ip as macip routeChirag Shah2019-08-081-11/+24
|/ /
* | all: remove logical-router functionality (#4774)David Lamparter2019-08-062-23/+0
|\ \
| * | all: remove logical-router functionalityIgor Ryzhov2019-08-022-23/+0
* | | Merge pull request #4785 from mjstapp/fix_notif_queued_flagDavid Lamparter2019-08-061-1/+4
|\ \ \
| * | | zebra: clear route QUEUED flag in async notification handlerMark Stapp2019-08-051-1/+4
| |/ /
* | | Merge pull request #4777 ("Fix VRRP rarely getting stuck in Initialize")David Lamparter2019-08-061-0/+6
|\ \ \
| * | | zebra: fix typoDavid Lamparter2019-08-061-1/+1
| * | | zebra: send interface updates when downQuentin Young2019-08-021-0/+6
| |/ /
* | | Merge pull request #4752 from chiragshah6/evpn_dev1Sri Mohana Singamsetty2019-08-031-21/+48
|\ \ \ | |/ / |/| |
| * | zebra: del auto mac when vni is downChirag Shah2019-08-011-9/+40
| * | zebra: add info evpn to debugsChirag Shah2019-08-011-12/+8
* | | zebra: Redistribution should be told about the old routeDonald Sharp2019-08-021-1/+1
|/ /
* | Merge pull request #4760 from chiragshah6/evpn_dev2Mark Stapp2019-08-011-1/+1
|\ \
| * | zebra: fix evpn dad clear cmd mac parsingChirag Shah2019-07-311-1/+1
* | | Merge pull request #4757 from donaldsharp/import_check_fixupRenato Westphal2019-08-011-1/+1
|\ \ \ | |/ / |/| |
| * | zebra: Fix display of `show ip import-check A.B.C.D`Donald Sharp2019-07-311-1/+1
* | | Merge pull request #4650 from pguibert6WIND/show_ip_route_table_allRuss White2019-07-301-6/+49
|\ \ \
| * | | zebra: show ip route all command displays all tables from all vrfsPhilippe Guibert2019-07-091-4/+3
| * | | zebra: display the table identifier along with table and entriesPhilippe Guibert2019-07-091-9/+14
| * | | zebra: add show ip route all command to dump all unicast tablesPhilippe Guibert2019-07-091-0/+39
* | | | Merge pull request #4746 from donaldsharp/zebra_rib_improvementsRuss White2019-07-307-112/+20
|\ \ \ \
| * | | | zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGEDDonald Sharp2019-07-294-17/+7
| * | | | zebra: Remove repeated enqueueing of system routes for rethinkingDonald Sharp2019-07-294-95/+0
| * | | | zebra: Fix route replace v4 semantics with new system routeDonald Sharp2019-07-291-0/+13
| | |/ / | |/| |
* | | | Merge pull request #4560 from lkrishnamoor/filter_vni_changes_junDonald Sharp2019-07-304-55/+48
|\ \ \ \