summaryrefslogtreecommitdiffstats
path: root/common.am (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-05doc: fix broken link to 'code formatting' sectionMark Stapp1-2/+2
2018-06-05bgpd: Cleanup assumptions in bgp_evpn.cDonald Sharp2-44/+31
2018-06-05ospfd: lp may be null, make sure it isn'tDonald Sharp1-2/+3
2018-06-05ospfd: Note that we do not care about self origination in this caseDonald Sharp1-1/+1
2018-06-05ripd: Intentionally ignore return from rip_send_packetDonald Sharp1-1/+1
2018-06-05vtysh: fp can never be NULL at this point in codeDonald Sharp1-1/+1
2018-06-05pimd: Comment spelling fixMartin Buck2-2/+2
2018-06-05doc: expanded PIM doc. w/ missing commandsMladen Sablic1-0/+89
2018-06-04bgpd: fix missing docstringQuentin Young1-1/+2
2018-06-04doc: document 'show cli graph'Quentin Young1-9/+35
2018-06-04zebra: Fix memory leak on host prefix removalDonald Sharp1-1/+3
2018-06-04pimd: Fix debug messagesMartin Buck2-3/+3
2018-06-04zebra: Add some vrf information to debug messagesDonald Sharp1-14/+19
2018-06-04bgpd: Actually release peer from bgp_peer hashDonald Sharp1-2/+9
2018-06-04bgpd: open per vrf listen socket for linux type vrfsLou Berger2-48/+14
2018-06-04lib: fix setsockopt argLou Berger1-1/+1
2018-06-03doc: list RFCs supported by ldpd in overview.rstRenato Westphal1-0/+28
2018-06-03build: append -std=gnu99 after SNMP_CFLAGSRenato Westphal6-6/+6
2018-06-01vtysh: fix potential stack buffer overflowQuentin Young1-2/+5
2018-06-01bgpd: Note deprecation in documentationDonald Sharp1-11/+17
2018-06-01bgpd: Deprecate and hide the `no bgp multiple-instance` commandDonald Sharp1-7/+13
2018-06-01bgpd: Hide and deprecate `bgp config-type cisco` commandDonald Sharp1-17/+24
2018-06-01zebra: keep one command to handle vty with/without table paramPhilippe Guibert1-587/+87
2018-06-01zebra: add in show vrf information about vrf backend kindPhilippe Guibert1-0/+3
2018-06-01zebra: add show ip route table vrf commandPhilippe Guibert1-0/+31
2018-06-01zebra: ns_table list is extended to support multiple NETNSPhilippe Guibert2-11/+25
2018-06-01zebra: table_id election with the vrf backendPhilippe Guibert3-8/+61
2018-06-01zebra: add table keyword to route configuration vty commandPhilippe Guibert3-38/+682
2018-06-01doc: replace 'intact' keyword with something more clearPhilippe Guibert1-4/+6
2018-06-01doc: inform the diff between config from zebra and outsidePhilippe Guibert1-0/+20
2018-05-31bgpd: Fix SA issue with uninited ifindex valueDonald Sharp1-1/+1
2018-05-31isisd: fix mpls_te_print_detail to not read out-of-boundsChristian Franke1-1/+76
2018-05-30bgpd: Ignore return code for str2prefixDonald Sharp1-1/+1
2018-05-30pimd: hash_get w/ hash_alloc_intern cannot failDonald Sharp1-5/+0
2018-05-30bgpd: Notice when peer_clear failsDonald Sharp1-1/+3
2018-05-30bgpd: Fix redundant or testDonald Sharp1-3/+2
2018-05-30doc: add BGP VRF use casePhilippe Guibert1-0/+9
2018-05-30redhat: Fix old systems on upgrade pathDonald Sharp1-0/+6
2018-05-30redhat: Make watchfrr the defaultDonald Sharp1-1/+1
2018-05-30bgpd, lib: Cleanup CI warnings from systemDonald Sharp8-68/+92
2018-05-30*: support for evpn type-4 routemitesh15-106/+1693
2018-05-30bgpd: Add null0 route back for aggregate-address route created.Donald Sharp1-8/+8
2018-05-29doc: cleanup sharp.rstQuentin Young1-35/+32
2018-05-29lib: make allocators work for allocation sizes of 0Christian Franke1-1/+4
2018-05-28tests: Improve test suite for peer attributesPascal Mathis2-302/+239
2018-05-28bgpd: Fix style issues for peer-group overridesPascal Mathis4-22/+19
2018-05-28bgpd: Fix group overrides for AF flags/filtersPascal Mathis1-2/+2
2018-05-28tests: Add tests for overriding BGP peer attrsPascal Mathis4-0/+1243
2018-05-28bgpd: Fix group overrides for inverted AF flagsPascal Mathis3-111/+131
2018-05-28tests: add pytest cache to gitignoreChristian Franke1-0/+1