summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | lib: route_node_lookup() needs to apply_mask() to prefixDaniel Walton2017-07-191-4/+8
|/ /
* | Merge pull request #828 from tigranmartirosyan/masterQuentin Young2017-07-181-1/+11
|\ \
| * | Add 1 more identation to correspond to kernel style multi-line commenttmartiro2017-07-181-5/+5
| * | replace space to tabs, add kernel styles multiline, remove trailing whitespaces.tmartiro2017-07-181-10/+8
| * | merge with upstreamtmartiro2017-07-17739-286277/+288281
| |\ \
| * \ \ Merge branch 'master' into pr752tmartiro2017-07-0532-56/+314
| |\ \ \
| * | | | fix #752 problem: ARP is not updating if mac address changed on remote sidetigranmartirosyan2017-07-031-0/+13
* | | | | Merge pull request #833 from dslicenc/cm16779-bgp-startup-llJafar Al-Gharaibeh2017-07-181-0/+2
|\ \ \ \ \
| * | | | | bgpd: fix peer startup for labeled-unicast if linklocal address not foundDon Slice2017-07-181-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #827 from devicenull/patch-1Quentin Young2017-07-181-0/+3
|\ \ \ \ \
| * | | | | Add note about bridge limitationsdevicenull2017-07-171-0/+3
* | | | | | Merge pull request #805 from Orange-OpenSource/masterQuentin Young2017-07-185-0/+263
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove FRR-hacking.md documentationOlivier Dugeon2017-07-131-1441/+0
| * | | | | Add OSPF API and FRR Hacking documentsOlivier Dugeon2017-07-126-0/+1704
* | | | | | *: reindent pt. 2whitespace / reindent2017-07-17140-1570/+1925
| |/ / / / |/| | | |
* | | | | Merge pull request #826 from qlyoung/rm-vtyoutlnDavid Lamparter2017-07-171-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | eigrpd: remove last vty_outlnQuentin Young2017-07-171-2/+2
|/ / / /
* | | | *: reindentreindent-master-afterwhitespace / reindent2017-07-17687-293190/+283301
* | | | *: add indent control filesreindent-master-beforeDavid Lamparter2017-07-172-0/+72
* | | | Merge pull request #818 from donaldsharp/eigrp_afiJafar Al-Gharaibeh2017-07-147-19/+16
|\ \ \ \
| * | | | eigrpd: Fix up some redistribution issuesDonald Sharp2017-07-143-14/+11
| * | | | eigrpd: Let eigrp setup it's router-id in some situationsDonald Sharp2017-07-141-2/+2
| * | | | eigrpd: Fixed wrong type usedDonald Sharp2017-07-143-3/+3
* | | | | Merge pull request #820 from opensourcerouting/gcc7Donald Sharp2017-07-1418-18/+38
|\ \ \ \ \
| * | | | | lib: parser: remove incorrect assertDavid Lamparter2017-07-141-2/+0
| * | | | | nhrpd: enable -WerrorDavid Lamparter2017-07-141-1/+1
| * | | | | *: fix GCC 7 warnings/issuesDavid Lamparter2017-07-144-4/+3
| * | | | | *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-1413-12/+35
* | | | | | Merge pull request #794 from opensourcerouting/table-hash-ospf6-lsdb-refactorDonald Sharp2017-07-1421-324/+785
|\ \ \ \ \ \
| * | | | | | tests/ospf6d/test_lsdb: remove vty_outlnDavid Lamparter2017-07-141-7/+7
| * | | | | | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-14238-8664/+19878
| |\| | | | |
| * | | | | | ospf6d: rewrite ospf6_lsdb_lookup_next()David Lamparter2017-07-111-30/+4
| * | | | | | ospf6d: rewrite LSDB iterationDavid Lamparter2017-07-112-154/+74
| * | | | | | tests: ospf6d: basic LSDB testsDavid Lamparter2017-07-116-2/+543
| * | | | | | tests: fix pytest API "surprise" in skipping testsDavid Lamparter2017-07-111-2/+5
| * | | | | | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-1110-99/+61
| * | | | | | lib: table: use hash for exact-match lookupsDavid Lamparter2017-07-111-29/+15
| * | | | | | lib: table: maintain parallel hash for route_tableDavid Lamparter2017-07-112-1/+28
| * | | | | | lib: add some abstraction guards for table codeDavid Lamparter2017-07-115-4/+48
| * | | | | | lib: use "union prefixconstptr" in table codeDavid Lamparter2017-07-112-15/+20
* | | | | | | Merge pull request #806 from dwalton76/bgpd-set-ipv4-vpn-nexthopDavid Lamparter2017-07-141-9/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | bgpd: "set ipv4 vpn next-hop 1.1.1.1" is saved/displayed as "set ip vpnDaniel Walton2017-07-121-9/+9
| |/ / / / /
* | | | | | Merge pull request #803 from opensourcerouting/redhat-doc-fixes-masterDonald Sharp2017-07-145-117/+141
|\ \ \ \ \ \
| * | | | | | doc: Update Building Doc for RedHat-style Distro's (CentOS / Fedora)Martin Winter2017-07-123-116/+136
| * | | | | | redhat: Add missing pimd & babels to startup scripts and configMartin Winter2017-07-122-1/+5
* | | | | | | Merge pull request #809 from donaldsharp/evpn_plus_struct_attrRuss White2017-07-1481-2139/+13436
|\ \ \ \ \ \ \
| * | | | | | | bgpd, zebra: Cleanup warnings from new codeDonald Sharp2017-07-146-210/+201
| * | | | | | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-14146-5180/+4950
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #813 from opensourcerouting/newline-reduxRuss White2017-07-14146-5178/+4947
|\ \ \ \ \ \ \ \
| * | | | | | | | lib, vtysh: remove now-useless newline argDavid Lamparter2017-07-144-7/+6