summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-0/+43
* Merge pull request #13246 from opensourcerouting/rip-bfdRuss White2023-04-252-0/+30
|\
| * doc: RIP BFD integration documentationRafael Zalamena2023-04-192-0/+30
* | Merge pull request #13310 from opensourcerouting/feature/bgpd_node_target_ext...Russ White2023-04-251-2/+10
|\ \
| * | doc: Add `set extcommunity nt` command for BGP route-mapsDonatas Abraitis2023-04-111-2/+10
* | | doc: document --perf and --perf-options, and a bit of cleanupChristian Hopps2023-04-241-2/+23
* | | Merge pull request #13332 from LabNConsulting/chopps/new-optsDonald Sharp2023-04-231-6/+81
|\ \ \
| * | | doc: document new pytest options and cli commandsChristian Hopps2023-04-221-6/+81
| | |/ | |/|
* | | Merge pull request #13166 from Jafaral/ospf-external-metricDonatas Abraitis2023-04-191-4/+12
|\ \ \ | |/ / |/| |
| * | doc: document the new set min/max metric commandsJafar Al-Gharaibeh2023-04-181-4/+12
* | | Merge pull request #11667 from louis-6wind/flexalgo-mplsOlivier Dugeon2023-04-181-6/+159
|\ \ \
| * | | doc: add isisd flex-algo documentationLouis Scalbert2023-04-181-5/+157
| * | | doc: fix debugging-isis referenceLouis Scalbert2023-04-181-2/+3
| |/ /
* / / doc: include affinity-maps into indexLouis Scalbert2023-04-171-0/+1
|/ /
* | Merge pull request #13300 from louis-6wind/iso_docDonald Sharp2023-04-141-1/+1
|\ \
| * | doc: fix the print iso macro documentationLouis Scalbert2023-04-131-1/+1
* | | pimd, doc: remove dead import check referencesDavid Lamparter2023-04-131-2/+0
|/ /
* | Merge pull request #13159 from mjstapp/ospf_socketsJafar Al-Gharaibeh2023-04-121-0/+7
|\ \
| * | doc: add doc for ospf per-interface write socketMark Stapp2023-04-111-0/+7
* | | Merge pull request #13183 from Pdoijode/pdoijode/pim-json-changesJafar Al-Gharaibeh2023-04-121-2/+7
|\ \ \
| * | | pimd: Option to get IGMP groups and sources for a particular interfacePooja Jagadeesh Doijode2023-04-111-2/+7
* | | | Merge pull request #13090 from pguibert6WIND/explicit_nullDonatas Abraitis2023-04-111-0/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: add cli command to control explicit-null label usagePhilippe Guibert2023-04-111-0/+11
* | | | Merge pull request #13254 from manojvn/remove_startupjson_docDonatas Abraitis2023-04-111-10/+1
|\ \ \ \
| * | | | mgmtd: remove the frr_startup.json related documentation.Manoj Naragund2023-04-111-10/+1
| |/ / /
* | | | Merge pull request #13163 from isabelladeleon12/isis_log_dropsRuss White2023-04-111-0/+4
|\ \ \ \
| * | | | doc: Add CLI documentation for new log-pdu-drops configIsabella de Leon2023-04-041-0/+4
| | |/ / | |/| |
* | | | Merge pull request #12698 from Orange-OpenSource/isisdRuss White2023-04-111-0/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: Add ISO System & Network format to printfrrOlivier Dugeon2023-03-211-0/+45
* | | | ospfd: support configuration of socket buffer sizesMark Stapp2023-04-061-0/+5
| |_|/ |/| |
* | | Merge pull request #12969 from opensourcerouting/ospfd-nssaRuss White2023-04-041-1/+25
|\ \ \
| * | | ospfd: add support for NSSA Type-7 address rangesRenato Westphal2023-04-011-1/+15
| * | | ospfd: implement Type-7 default routes for NSSA areasRenato Westphal2023-04-011-0/+10
* | | | Merge pull request #13191 from opensourcerouting/fix/add_missing_rfc9384Jafar Al-Gharaibeh2023-04-041-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | doc: Add missing rfc9384 to BGP supported RFC listDonatas Abraitis2023-04-011-0/+2
* | | | Merge pull request #13060 from opensourcerouting/feature/allow_peering_with_1...Jafar Al-Gharaibeh2023-03-311-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: Allow peering via 127.0.0.0/8Donatas Abraitis2023-03-211-0/+4
* | | | vtysh, doc: add doc & help text for -t/--timestampQuentin Young2023-03-281-0/+4
* | | | vtysh: fork() on bootQuentin Young2023-03-281-0/+5
| |/ / |/| |
* | | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-3/+3
* | | *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-3/+3
* | | *: Convert thread_execute to event_executeDonald Sharp2023-03-241-1/+1
* | | *: Convert thread_fetch and thread_call to event_fetch and event_callDonald Sharp2023-03-241-6/+6
* | | *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-242-4/+4
* | | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-3/+3
* | | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-243-11/+11
* | | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-242-3/+3
* | | Merge pull request #13078 from opensourcerouting/fix/set_distance_zeroDonald Sharp2023-03-231-2/+2
|\ \ \
| * | | bgpd: Do not allow setting `set distance` via route-maps to zeroDonatas Abraitis2023-03-211-2/+2
| | |/ | |/|