summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: Use the actual string we want to limit '===' line toDonald Sharp2018-08-281-1/+1
* Merge pull request #2918 from opensourcerouting/fix-watchfrr-sigchld-handlingDonald Sharp2018-08-281-0/+3
|\
| * watchfrr: fix global restartChristian Franke2018-08-251-0/+3
* | Merge pull request #2898 from donaldsharp/vrf_bitmap_is_whackLou Berger2018-08-261-49/+61
|\ \
| * | lib: Convert vrf bit-map to a hash.Donald Sharp2018-08-241-49/+61
* | | Merge pull request #2920 from donaldsharp/bsd_warningsDavid Lamparter2018-08-264-1/+7
|\ \ \
| * | | zebra: No prototype and uninited variablesDonald Sharp2018-08-262-0/+5
| * | | lib: Cleanup uninted `top` variable in ferr.cDonald Sharp2018-08-261-1/+1
| * | | isisd: Include header for function declarationDonald Sharp2018-08-261-0/+1
| | |/ | |/|
* | | Merge pull request #2897 from donaldsharp/zebra_rnh_fixupRenato Westphal2018-08-264-10/+116
|\ \ \
| * | | staticd: refcount the nht add/removalDonald Sharp2018-08-251-2/+90
| * | | zebra: When registering a nexthop, we do not always need to re-evalDonald Sharp2018-08-253-8/+26
* | | | Merge pull request #2895 from donaldsharp/netlink_encapRenato Westphal2018-08-263-5/+73
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: Add support for static encap mpls labelsStephen Worley2018-08-253-5/+73
|/ / /
* | | Merge pull request #2910 from opensourcerouting/doc-summerclean-20180825Donald Sharp2018-08-2510-176/+155
|\ \ \
| * | | build: drop unused SMUX client OID MIBsDavid Lamparter2018-08-256-151/+3
| * | | doc/user: drop SMUX reference, rework introDavid Lamparter2018-08-251-4/+4
| * | | doc/user: add protocols vs. platform tableDavid Lamparter2018-08-254-21/+148
* | | | Merge pull request #2911 from opensourcerouting/remove-linux24-tcp-md5Donald Sharp2018-08-252-31/+1
|\ \ \ \
| * | | | lib: remove Linux 2.4 TCP-MD5 supportDavid Lamparter2018-08-252-31/+1
| |/ / /
* | | | Merge pull request #2870 from AnuradhaKaruppiah/bgp-default-delRuss White2018-08-251-4/+5
|\ \ \ \
| * | | | bgpd: unregister VNI learning from zebra on default instance deleteAnuradha Karuppiah2018-08-201-4/+5
* | | | | Merge pull request #2908 from chiragshah6/ospf_vrf_devRuss White2018-08-252-10/+22
|\ \ \ \ \
| * | | | | ospfd: interface speed change during intf addChirag Shah2018-08-252-10/+22
| | |/ / / | |/| | |
* | | | | Merge pull request #2685 from netravnen/feature/bgpd/documen-use-of-additiona...Quentin Young2018-08-252-2/+136
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgp: Add documentation for IANA well-known communitiesChristoffer2018-08-241-2/+62
| * | | | doc: Add documentation for IANA well-known communitiesChristoffer2018-08-241-0/+74
| | |/ / | |/| |
* | | | Merge pull request #2891 from opensourcerouting/logging-docsQuentin Young2018-08-243-0/+133
|\ \ \ \
| * | | | doc/developer: logging guideDavid Lamparter2018-08-223-0/+133
* | | | | Merge pull request #2907 from donaldsharp/fix_confdateDavid Lamparter2018-08-242-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bgpd: Fix CONFDATE to 2019 for a couple of items.Donald Sharp2018-08-242-2/+2
|/ / / /
* | | | Merge pull request #2901 from donaldsharp/remove_zapi_deprecatedDavid Lamparter2018-08-247-1153/+8
|\ \ \ \
| * | | | doc, lib, zebra: Remove deprecated encode and decode functionalityDonald Sharp2018-08-245-940/+8
| * | | | zebra: Remove unmaintained and uncompilable codeDonald Sharp2018-08-242-213/+0
|/ / / /
* | | | Merge pull request #2804 from kssoman/bgp_fixDonald Sharp2018-08-243-35/+59
|\ \ \ \
| * | | | bgpd : Change of options in redistribute command does not get appliedkssoman2018-08-223-35/+59
* | | | | Merge pull request #2896 from dslicenc/zebra_select_vrfDavid Lamparter2018-08-246-15/+34
|\ \ \ \ \
| * | | | | zebra: if multiple connecteds, select loopback or vrf if presentDon Slice2018-08-236-15/+34
|/ / / / /
* | | | | Merge pull request #2893 from qlyoung/fix-rpki-exit-failureDavid Lamparter2018-08-232-20/+19
|\ \ \ \ \
| * | | | | bgpd: fix rpki exit commandQuentin Young2018-08-232-20/+19
* | | | | | Merge pull request #2854 from chiragshah6/evpn_dev1David Lamparter2018-08-231-25/+53
|\ \ \ \ \ \
| * | | | | | zebra: mark router flag for remote neigh updateChirag Shah2018-08-231-1/+7
| * | | | | | zebra: check router_flag change for neigh updateChirag Shah2018-08-231-20/+39
| * | | | | | zebra: mark router flag for neigh updateChirag Shah2018-08-221-5/+8
* | | | | | | Merge pull request #2894 from donaldsharp/thread_stuffDavid Lamparter2018-08-231-22/+23
|\ \ \ \ \ \ \
| * | | | | | | lib: Limit depth of unused thread listDonald Sharp2018-08-231-8/+16
| * | | | | | | lib: Seperate out Poll data from thread memory statisticsDonald Sharp2018-08-231-14/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2855 from donaldsharp/bgp_toughDavid Lamparter2018-08-239-1591/+25
|\ \ \ \ \ \ \
| * | | | | | | lib: Convert debug to error situationDonald Sharp2018-08-231-1/+1
| * | | | | | | lib: Remove default case statement from a enum driven switchDonald Sharp2018-08-231-4/+1