Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | ospf6d: revert fix for Coverity 1221459 | F. Aragon | 2018-08-13 | 1 | -1/+0 | |
| |/ / / | ||||||
* | | | | Merge pull request #2820 from opensourcerouting/err-prep | Quentin Young | 2018-08-13 | 46 | -340/+103 | |
|\ \ \ \ | ||||||
| * | | | | babeld: Use enum instead of #defines for kernel route type information | Donald Sharp | 2018-08-11 | 2 | -15/+14 | |
| * | | | | tests: Cleanup assumption that ALLOC could fail. | Donald Sharp | 2018-08-11 | 2 | -23/+5 | |
| * | | | | lib: Remove memory check test | Donald Sharp | 2018-08-11 | 1 | -7/+0 | |
| * | | | | ripd: re-add check for rip_create fail | Quentin Young | 2018-08-11 | 1 | -1/+8 | |
| * | | | | *: ALLOC calls cannot fail | Donald Sharp | 2018-08-11 | 41 | -302/+84 | |
| |/ / / | ||||||
* | | | | Merge pull request #2827 from pacovn/Coverity_1472310_Unchecked_return_value | Quentin Young | 2018-08-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | bgpd: return value check (Coverity 1472310) | F. Aragon | 2018-08-13 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #2828 from pacovn/Coverity_1472311_null_check | Rafael Zalamena | 2018-08-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | staticd: null check (Coverity 1472311) | F. Aragon | 2018-08-13 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #2825 from dslicenc/frr-reload-vni | David Lamparter | 2018-08-13 | 1 | -6/+23 | |
|\ \ \ \ | ||||||
| * | | | | tools: correct frr-reload.py handling of bgp vni/exit-vni config | Don Slice | 2018-08-10 | 1 | -6/+23 | |
* | | | | | Merge pull request #2824 from vishaldhingra/reg_case | David Lamparter | 2018-08-13 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | peer_delete did not trigger ZEBRA_NEXTHOP_UNREGISTER to ZEBRA | vishaldhingra | 2018-08-12 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #2809 from opensourcerouting/routemap-rpki-fix | Quentin Young | 2018-08-10 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | bgpd: Fix bgp rpki to match route-map update from PR #2697 | Martin Winter | 2018-08-09 | 1 | -4/+4 | |
* | | | | Merge pull request #2806 from opensourcerouting/vty-term-fd | Quentin Young | 2018-08-09 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | lib: fix "-t" command line option | David Lamparter | 2018-08-08 | 1 | -2/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #2812 from manuhalo/fix-staticd-coverity | David Lamparter | 2018-08-09 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | staticd: Fix null pointer access (coverity 1472311) | Emanuele Di Pascale | 2018-08-09 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #2807 from mjstapp/configure_help_fixes | Renato Westphal | 2018-08-09 | 1 | -2/+4 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | configure: fix help text | Mark Stapp | 2018-08-08 | 1 | -2/+4 | |
| |/ / | ||||||
| | * | bgpd/ospf(6)d/pimd: hide BFD commands with timers | Rafael Zalamena | 2018-08-08 | 4 | -6/+44 | |
| | * | bfdd: fix IPv6 peers using link-local address | Rafael Zalamena | 2018-08-08 | 2 | -10/+18 | |
| | * | bfdd: clean-up bfd clients data on shutdown | Rafael Zalamena | 2018-08-08 | 2 | -4/+35 | |
| | * | bfdd: improve logging messages | Rafael Zalamena | 2018-08-08 | 5 | -182/+225 | |
| | * | bfdd: clean up header inclusion | Rafael Zalamena | 2018-08-08 | 5 | -50/+1 | |
| | * | bfdd: code refactory for simplification | Rafael Zalamena | 2018-08-08 | 1 | -103/+26 | |
| | * | bfdd: free zebra clients data on unregistration | Rafael Zalamena | 2018-08-08 | 1 | -0/+48 | |
| | * | bfdd: send replay request on zebra connection | Rafael Zalamena | 2018-08-08 | 2 | -7/+48 | |
| | * | bfdd: show single hop local-address | Rafael Zalamena | 2018-08-08 | 1 | -1/+7 | |
| | * | bfdd: smooth configuration transition | Rafael Zalamena | 2018-08-08 | 3 | -0/+25 | |
| | * | bfdd: show the correct transmission speed | Rafael Zalamena | 2018-08-08 | 1 | -3/+8 | |
| | * | bfdd: add documentation | Rafael Zalamena | 2018-08-08 | 10 | -0/+377 | |
| | * | bgpd/ospf(6)d/pimd: don't show BFD timers | Rafael Zalamena | 2018-08-08 | 4 | -0/+14 | |
| | * | bfdd: re-route PTM-BFD daemon messages | Rafael Zalamena | 2018-08-08 | 10 | -0/+1064 | |
| | * | bfdd: add vty shell commands | Rafael Zalamena | 2018-08-08 | 11 | -17/+972 | |
| | * | bfdd: wire to the build process | Rafael Zalamena | 2018-08-08 | 12 | -9/+87 | |
| | * | bfdd: imported new daemon source code | Rafael Zalamena | 2018-08-08 | 14 | -0/+6219 | |
| | * | lib: import new JSON iteration macro | Rafael Zalamena | 2018-08-08 | 2 | -0/+15 | |
| |/ |/| | ||||||
* | | Merge pull request #2790 from lyq140/branch1 | David Lamparter | 2018-08-08 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | ripd: fix packet sending in authenticate mode | lyq140 | 2018-08-06 | 1 | -3/+2 | |
| * | | ripd: fix packet sending | lyq140 | 2018-08-06 | 1 | -0/+3 | |
* | | | Merge pull request #2794 from netravnen/feature/docs/set-origin | David Lamparter | 2018-08-08 | 1 | -0/+5 | |
|\ \ \ | ||||||
| * | | | doc/user/routemap.rst | Christoffer | 2018-08-07 | 1 | -0/+5 | |
| |/ / | ||||||
* | | | Merge pull request #2799 from adharkar/frr-zebra_cli | David Lamparter | 2018-08-08 | 1 | -7/+41 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | 1. Added json output to "show ip route <prefix>" command | Ameya Dharkar | 2018-08-08 | 1 | -7/+41 | |
* | | | Merge pull request #2122 from donaldsharp/zebra_nhs | Martin Winter | 2018-08-08 | 56 | -2756/+3262 | |
|\ \ \ | ||||||
| * | | | staticd: fix tiny whitespace issue | David Lamparter | 2018-08-08 | 1 | -1/+2 |