summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: fix segfault on freebsd when using vsnprintf() incorrectlyRenato Westphal2019-01-032-6/+9
* Merge pull request #3553 from opensourcerouting/fix-interface-vrf-update-msgQuentin Young2019-01-022-8/+8
|\
| * zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi messageRenato Westphal2019-01-022-8/+8
* | Merge pull request #3550 from donaldsharp/sharp_nhgRenato Westphal2019-01-026-19/+67
|\ \
| * | sharpd: Allow sharpd to accept nexthop group as part of route installDonald Sharp2019-01-021-8/+22
| * | sharpd/vtysh: Allow sharpd to use nexthop-groupsDonald Sharp2019-01-023-3/+5
| * | sharp: Modify route install to take nexthop groupsDonald Sharp2019-01-024-9/+41
| |/
* | Merge pull request #3534 from opensourcerouting/netlink-length-duplicatedQuentin Young2019-01-021-9/+2
|\ \ | |/ |/|
| * zebra: replace zlog_err with flog_errRafael Zalamena2018-12-291-1/+2
| * zebra: remove duplicated codeRafael Zalamena2018-12-261-8/+0
* | Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_beeRenato Westphal2019-01-025-30/+24
|\ \
| * | eigrpd: Allow eigrp to set/unset the router-id as a value.Donald Sharp2018-12-311-8/+10
| * | eigrpd: eigrp usage of uint32_t to struct in_addr for router_id dataDonald Sharp2018-12-315-19/+14
| * | eigrpd: Write eigrp config even if no network statements yetDonald Sharp2018-12-311-3/+0
* | | Merge pull request #3540 from donaldsharp/staicRenato Westphal2019-01-021-2/+2
|\ \ \
| * | | staticd: Do not ready prefix for printing till it's decodedDonald Sharp2018-12-291-2/+2
| |/ /
* | | Merge pull request #3246 from pguibert6WIND/distribute_vrf_awareRenato Westphal2019-01-0217-110/+232
|\ \ \
| * | | lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-2816-110/+230
| * | | lib: enforce vrf_name_to_id by returning default_vrf when name is nullPhilippe Guibert2018-12-281-0/+2
| |/ /
* | | Merge pull request #3546 from opensourcerouting/ospf-show-neighbor-fixDonald Sharp2018-12-311-31/+11
|\ \ \ | |/ / |/| |
| * | ospfd: convert a couple of "show" commands to DEFPYRenato Westphal2018-12-311-34/+11
| * | ospfd: fix wrong argv index in the "show ip ospf neighbor" commandRenato Westphal2018-12-311-2/+5
|/ /
* | Merge pull request #3535 from kareiva/masterQuentin Young2018-12-271-2/+2
|\ \ | |/ |/|
| * Fix typos in BGPd sample configuration fileSimonas2018-12-271-2/+2
|/
* Merge pull request #3527 from opensourcerouting/ldpd-bsd-fixesDonald Sharp2018-12-223-10/+23
|\
| * ldpd: fix startup on OpenBSDRafael Zalamena2018-12-221-8/+10
| * zebra: fix compilation on OpenBSDRafael Zalamena2018-12-211-0/+2
| * ldpd: add support for FreeBSD IP_BINDANYRafael Zalamena2018-12-211-2/+11
|/
* Merge pull request #3499 from donaldsharp/topotest_inheritanceRafael Zalamena2018-12-201-27/+38
|\
| * topotests: add FreeBSDRouter abstractionDonald Sharp2018-12-171-2/+12
| * topotests: Move linux specific config into Linux config sectionDonald Sharp2018-12-171-11/+9
| * topotests: Make 'LinuxRouter' a class of 'Router'Donald Sharp2018-12-171-16/+19
* | Merge pull request #3327 from adeg/feature/bgp-lu-auto-labelsRenato Westphal2018-12-2011-55/+214
|\ \
| * | bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-2011-55/+214
* | | Merge pull request #3516 from qlyoung/doc-ip-nht-resolve-via-defaultRenato Westphal2018-12-201-0/+6
|\ \ \
| * | | doc: add `ip nht resolve-via-default`Quentin Young2018-12-191-0/+6
* | | | Merge pull request #3517 from qlyoung/doc-exclude-snmptrapRenato Westphal2018-12-201-1/+1
|\ \ \ \
| * | | | doc: exclude snmptrap.rst from buildQuentin Young2018-12-191-1/+1
| |/ / /
* | | | Merge pull request #3515 from mjstapp/fix_rib_wq_timerDonald Sharp2018-12-191-1/+1
|\ \ \ \
| * | | | zebra: reduce rib workqueue retry timeoutMark Stapp2018-12-191-1/+1
| | |/ / | |/| |
* | | | Merge pull request #3513 from mjstapp/fix_dplane_q_includeQuentin Young2018-12-191-1/+1
|\ \ \ \
| * | | | zebra: include lib/queue.h in zebra dataplaneMark Stapp2018-12-191-1/+1
* | | | | Merge pull request #3492 from donaldsharp/no_set_communityRuss White2018-12-191-0/+40
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd: Allow shortened 'no set large-community' and 'no set large-comm-list'Donald Sharp2018-12-191-0/+16
| * | | | bgpd: Allow `no set extcommunity [rt|soo]`Donald Sharp2018-12-191-0/+16
| * | | | bgpd: Allow 'no set community`Donald Sharp2018-12-191-0/+8
| | |/ / | |/| |
* | | | Merge pull request #3502 from donaldsharp/socket_to_me_babyRuss White2018-12-191-231/+158
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: Fixup spaces/tabs issue found by CI in rt_socket.cDonald Sharp2018-12-191-4/+4
| * | | zebra: Make label processing guaranteed to be uniqueDonald Sharp2018-12-191-0/+1
| * | | zebra: Convert gate in kernel_rtm to a boolDonald Sharp2018-12-191-5/+5