summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_asbr.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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: add pytest cache to gitignoreChristian Franke1-0/+1
2018-05-28isisd: fix bug in tlv_copy of empty MT-router-infoChristian Franke1-1/+1
2018-05-26bgpd: issue 2263: fix "no label vpn export auto"G. Paul Ziemba1-0/+4
2018-05-26zebra: Add a breadcrumb for when we ignore a routeDonald Sharp1-1/+5
2018-05-26tools, zebra: Use different protocol value for our staticsDonald Sharp5-2/+7
2018-05-25zebra/if_netlink: trivial cleanup of IFLA_WIRELESSArthur Jones1-4/+0
2018-05-25bgpd: sort vni's in running configQuentin Young1-12/+20
2018-05-25lib: add proper doc comments for hash & linklistQuentin Young4-83/+436
2018-05-25lib: add hash_to_list()Quentin Young2-0/+24
2018-05-25lib: add list_sort(), list_dup()Quentin Young2-0/+42
2018-05-25bgpd: attributes presence checked when mpreach is presentPhilippe Guibert1-1/+2
2018-05-25bgpd: do not install BGP FS entries, while table range not obtainedPhilippe Guibert4-6/+32
2018-05-25bgpd: enhance debug bgp pbr error vty commandPhilippe Guibert1-4/+37
2018-05-25bgpd: increase buffer size to store ecomunity as a stringPhilippe Guibert1-1/+1
2018-05-25bgpd: brace zebra pbr tracesPhilippe Guibert1-9/+16