summaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-10doc: update build instructions for Debian 9Renato Westphal1-1/+0
2018-10-10doc: remove LibXML from the list of dependenciesRenato Westphal3-5/+4
2018-10-10bgpd: in case nexthop is ipv6, set nh attribute flag in mpls vpn casePhilippe Guibert1-1/+2
2018-10-09ospfd: issue with the "default-information originate always" command #2980rgirada2-29/+130
2018-10-08ospfd: default route got flushed after lsa refresh timer.rgirada1-1/+1
2018-10-05zebra: Cleanup unused fileDonald Sharp1-213/+0
2018-10-05doc: correct route map match for prefix listsTore Anderson1-6/+6
2018-10-05bgpd: remove ip prefix from as-path, <large,ext>community-listSarita Patra3-115/+622
2018-10-04bgpd: complete description code for communitiesQuentin Young1-11/+33
2018-10-04bgpd: fix broken show community commandsQuentin Young1-47/+32
2018-10-03lib: refactor thread_executeRafael Zalamena1-17/+19
2018-10-03lib: fix a memory leak in FreeBSDRafael Zalamena1-11/+26
2018-10-03zebra: netlink socket check (Coverity 1472236)F. Aragon1-1/+0
2018-10-03lib: Include compiler.h as early as is possible in the buildDonald Sharp1-0/+6
2018-10-03isisd: null check (Coverity 1424529)F. Aragon1-0/+1
2018-10-03bgpd: allow nht registration on ipv6 link-local addressesDon Slice1-16/+3
2018-10-02doc: embellish bgp view docsQuentin Young1-5/+5
2018-10-02doc: add extra information on bgp views and vrfsQuentin Young1-2/+6
2018-10-02doc: clarify documentation on BGP multiple ASQuentin Young1-116/+129
2018-10-02zebra: dead code (Coverity 1465497)F. Aragon1-35/+25
2018-10-02bgpd: prevent uninited variable from being used.Donald Sharp1-10/+20
2018-10-02tools/frr: remove "watchfrr.started" hackDavid Lamparter1-13/+2
2018-10-02watchfrr, lib: cleanup & delay detachingDavid Lamparter4-118/+115
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter101-239/+239
2018-10-02lib: remove deprecated list_delete()/list_free()David Lamparter2-35/+0
2018-10-02ospf6d: dead code (Coverity 1399231)F. Aragon1-2/+3
2018-10-02eigrpd: dead code (Coverity 1460436)F. Aragon1-4/+1
2018-10-02lib: print version information in libfrr.soDavid Lamparter3-1/+37
2018-10-02bgpd: Match routes by type under route-mapsDonatas Abraitis3-0/+247
2018-10-01tools: add a script for building a Debian package in one step.Daniil Baturin3-0/+48
2018-10-01bfdd: allow timer deactivation on shutdownRafael Zalamena1-12/+12
2018-10-01bfdd: disable echo on neighbor requestRafael Zalamena2-3/+6
2018-10-01ospfd: fix symbol collisionDavid Lamparter3-3/+3
2018-10-01bgpd: Try to notice when configuration changes during startupDonald Sharp4-0/+39
2018-10-01build: add --enable-static-bin optionDavid Lamparter6-3/+58
2018-10-01ospfd: dead code (Coverity 1302499)F. Aragon1-1/+1
2018-10-01ospf6d: null check (Coverity 1221441)F. Aragon1-0/+1
2018-09-28lib: RB-tree copy-paste error (Coverity 1446184)F. Aragon1-1/+1
2018-09-28tools: Update .gitignoreChristian Franke1-0/+1
2018-09-28doc: Use `mv -f` in MakefileChristian Franke1-1/+1
2018-09-28bgpd: resolve change required in pull review for evpn aggregatesDon Slice1-2/+2
2018-09-28bgpd: solve issue entering aggregate twiceDon Slice1-0/+3
2018-09-28bgpd: enable aggregation in evpnDon Slice1-0/+4
2018-09-27bgpd: Add lua match commandDonald Sharp2-0/+157
2018-09-27lua: Initial Lua importDonald Sharp4-0/+223
2018-09-27tools/frr: use path settings from ./configureDavid Lamparter2-14/+27
2018-09-26frr-reload.py: Add python2 & python3 compatibility.jpmondet6-42/+78
2018-09-26bfdd zebra: dead code (Coverity 1472624 1473199)F. Aragon2-12/+3
2018-09-26ospfd: dead code (Coverity 1472227)F. Aragon1-2/+2
2018-09-25bgpd: Don't necessarily ignore interface callbacksDonald Sharp1-27/+25