summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_area.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-05zebra: NHT was being run at least 2 times and missreporting dataDonald Sharp1-9/+1
2019-02-05pimd: Pim is not respecting the move of an interface from old->new vrfDonald Sharp1-0/+22
2019-02-05lib: Send interface request after initial helloDonald Sharp1-6/+2
2019-02-05zebra: Remove zclient->idinfo restrictionsDonald Sharp5-34/+11
2019-02-04doc: fix missing backtickQuentin Young1-5/+6
2019-02-04bgpd: use correct specifier to print asnQuentin Young1-4/+4
2019-02-04bgpd: Added changes to track route-map usagergirada6-1/+119
2019-02-04ospfd: Added changes to track route-map usagergirada2-7/+20
2019-02-04zebrad: Added changes to track route-map usagergirada1-2/+35
2019-02-04ospf6d: Added changes to track route-map usagergirada1-1/+11
2019-02-04ripd,ripngd: Added changes to track route-map usage in rip,ripngrgirada2-2/+8
2019-02-04isisd: Added changes to track route-map usage in isis.rgirada1-0/+2
2019-02-04lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps.rgirada2-0/+64
2019-02-04eigrpd: Don't crash on a `no network A.B.C.D/M`Donald Sharp1-11/+7
2019-02-03eigrpd: Allow A.B.C.D and A.B.C.D/M for topology specificationDonald Sharp1-15/+55
2019-02-03eigrpd: Abstract display of an individual entryDonald Sharp1-17/+25
2019-02-03eigrpd: Modify from int to boolean for displayDonald Sharp3-6/+7
2019-02-03eigrpd: Modify code to pass down metric to zebraDonald Sharp7-17/+21
2019-02-03ospfd: address CVE-2017-3224Chirag Shah1-5/+17
2019-01-31zebra: Add ability to send to all clients updated capability informationDonald Sharp3-0/+27
2019-01-31pimd: Add hidden 'ip pim active-active` commandDonald Sharp5-0/+41
2019-01-31zebra: Add code to allow us to add debug for mlagDonald Sharp3-0/+32
2019-01-31zebra: Add mlag information to zrouterDonald Sharp2-7/+23
2019-01-31zebra: Remove `struct zebra_t`Donald Sharp9-29/+8
2019-01-31zebra: Move packets_to_process to zrouterDonald Sharp6-9/+10
2019-01-31zebra: Move lsp_process_q to zrouterDonald Sharp4-15/+15
2019-01-31zebra: Move the mq data structure to zrouterDonald Sharp5-13/+14
2019-01-31zebra: Move ribq from zebrad to zrouterDonald Sharp6-25/+25
2019-01-31zebra: Move rtm_table_default to zrouterDonald Sharp9-18/+19
2019-01-31zebra: Make zebrad.sock zserv.c private dataDonald Sharp2-17/+17
2019-01-31zebra: Move client_list to the zebra_router data structureDonald Sharp10-41/+44
2019-01-31zebra: Move the master thread handler to the zrouter structureDonald Sharp20-61/+66
2019-01-31lib: snprintf to strlcpy in frr_pthread.cDonald Sharp1-2/+2
2019-01-31Revert "include: Add linux header mroute.h to our build"David Lamparter2-180/+0
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter23-38/+47
2019-01-30build, lib/yang: bake in extensions if possible (v2)David Lamparter1-3/+3
2019-01-30include: Add linux header mroute.h to our buildDonald Sharp2-0/+180
2019-01-30zebra: On route update context is sometimes indeterminate in post-processingDonald Sharp1-1/+10
2019-01-30zebra: When the kernel passes up a onlink route respect those flagsDonald Sharp1-0/+7
2019-01-30zebra: Trust kernel and System routesDonald Sharp1-0/+8
2019-01-30zebra: Convert route entry id number to string in debugsDonald Sharp2-34/+38
2019-01-30lib, zebra: Fix 'show ip route' char collisionDonald Sharp2-2/+2
2019-01-30zebra: some v4 attributes were being written 2 timesDonald Sharp1-4/+2
2019-01-30zebra: some v6 attributes were being written twiceDonald Sharp1-17/+0
2019-01-29zebra: probe local inactive neighChirag Shah1-0/+41
2019-01-29bgpd: fix as-path prepend heap uafQuentin Young1-22/+33
2019-01-29zebra: add kernel neigh update apiChirag Shah2-2/+11
2019-01-29bgpd: fix valgrind flagged errorsNitin Soni3-6/+12
2019-01-29zebra: add fwmark information at netlink levelPhilippe Guibert1-1/+2
2019-01-29bgpd: display the list of iprules attached to a fs entryPhilippe Guibert6-11/+63