summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | zebra: VNI and VTEP definitionvivek2017-07-122-1/+77
* | | | | zebra: Layer-2 interface handlingvivek2017-07-127-33/+909
|/ / / /
* | | | Merge commit '3d22338f04d9554fa' into evpn-prepDavid Lamparter2017-07-104-26/+71
|\ \ \ \
| * | | | zebra: Format netlink requests correctlyvivek2017-05-254-26/+62
| * | | | zebra: Set nlmsg_pid in netlink_talk()vivek2017-05-251-0/+1
| * | | | zebra: New API for filling netlink attributevivek2017-05-252-0/+8
* | | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-102-31/+16
|\ \ \ \ \
| * \ \ \ \ Merge pull request #778 from qlyoung/fix-excess-docstringRuss White2017-07-071-30/+15
| |\ \ \ \ \
| | * | | | | *: fix excess docstringQuentin Young2017-07-051-30/+15
| | | |_|_|/ | | |/| | |
| * / | | | zebra: fix mpls_str2label()Quentin Young2017-07-051-1/+1
| |/ / / /
* | | | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-07-051-2/+0
* | | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-051-2/+2
|\| | | |
| * | | | *: update hash_create(), hash_create_size()Quentin Young2017-07-021-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-3019-685/+625
|\| | |
| * | | Merge pull request #723 from qlyoung/fix-static-pipe-poker-bufJafar Al-Gharaibeh2017-06-301-1/+1
| |\ \ \
| | * | | lib: more `show thread cpu`Quentin Young2017-06-301-1/+1
| * | | | Merge pull request #767 from donaldsharp/if_updateJafar Al-Gharaibeh2017-06-302-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bgpd, lib, zebra: Fix if_update function to represent what it doesDonald Sharp2017-06-292-2/+2
| | | |/ | | |/|
| * | | *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-296-21/+21
| * | | *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-295-45/+45
| * | | *: use vty_outlnQuentin Young2017-06-2913-595/+543
| * | | Merge pull request #754 from qlyoung/fix-argv-argRuss White2017-06-291-8/+8
| |\ \ \
| | * | | *: use ->text and strmatch where appropriateQuentin Young2017-06-271-8/+8
| * | | | Merge pull request #759 from qlyoung/remove-vty-argparsersJafar Al-Gharaibeh2017-06-294-22/+22
| |\ \ \ \
| | * | | | *: remove VTY_GET_*Quentin Young2017-06-274-22/+22
| | |/ / /
| * | | | Merge remote-tracking branch 'origin/stable/3.0'Donald Sharp2017-06-293-24/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | zebra: more dbzingQuentin Young2017-06-162-6/+7
| | * | | zebra: fix divide-by-zeroQuentin Young2017-06-142-21/+13
| | * | | zebra: fix ipv6 route command description stringsChristian Franke2017-06-141-2/+0
| | * | | zebra: pass srcdest information also when creating blackhole routesChristian Franke2017-06-141-2/+2
| * | | | Merge pull request #714 from opensourcerouting/cli_magic_defpyDonald Sharp2017-06-281-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | build: fix some cross-compilation issuesDavid Lamparter2017-06-141-1/+1
* | | | | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-263-21/+21
|\| | | |
| * | | | Merge pull request #745 from qlyoung/fix-lookupOlivier Dugeon2017-06-213-21/+21
| |\ \ \ \
| | * | | | *: simplify log message lookupQuentin Young2017-06-213-21/+21
* | | | | | Merge branch 'master' into bgpd-ipv4-plus-label-misc3Daniel Walton2017-06-212-21/+20
|\| | | | |
| * | | | | Merge pull request #698 from dslicenc/cm16737-srgb-blockRuss White2017-06-201-20/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | zebra: define default segment routing global block valuesDon Slice2017-06-081-20/+19
| * | | | | lib: improve the RB implementationRafael Zalamena2017-06-161-1/+1
* | | | | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-162-1/+3
|/ / / / /
* | | | | zebra: Remove unused testzebra and ancillary filesDonald Sharp2017-06-1312-793/+1
* | | | | *: Clean up call into inet_atonDonald Sharp2017-06-131-1/+6
| |/ / / |/| | |
* | | | Merge branch 'stable/3.0'David Lamparter2017-06-132-4/+37
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #681 (ASAN warnings)David Lamparter2017-06-131-0/+9
| |\ \ \
| | * | | zebra: fix misc zebra leaksQuentin Young2017-06-071-0/+9
| * | | | zebra: fix uninstallation of mpls lsps in openbsdRenato Westphal2017-06-071-4/+28
| |/ / /
* | | | Merge pull request #687 (nexthop refactoring)David Lamparter2017-06-131-163/+116
|\ \ \ \
| * | | | zebra: Clean up indentation level in nexthop_activeDonald Sharp2017-06-071-52/+52
| * | | | zebra: Refactor nexthop_active to remove duplicate codeDonald Sharp2017-06-071-112/+65
| | |/ / | |/| |
* | | | Merge pull request #624 "Babel"David Lamparter2017-06-134-1/+12
|\ \ \ \