summaryrefslogtreecommitdiffstats
path: root/.travis.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-24tests: fix missed passing pytestconfig argChristian Hopps2-45/+5
2023-04-24tests: import munet 0.13.2Christian Hopps1-6/+7
2023-04-24doc: document --perf and --perf-options, and a bit of cleanupChristian Hopps1-2/+23
2023-04-24tests: add --perf and --perf-options for profiling daemonsChristian Hopps2-9/+52
2023-04-23tests: add an example of using munet native configChristian Hopps12-1/+73
2023-04-23tests: enable using munet native configsChristian Hopps3-1/+47
2023-04-23tests: munet now supports cfgopt directlyChristian Hopps1-3/+0
2023-04-23tests: import munet version 0.13.1Christian Hopps5-31/+95
2023-04-23tests: import munet version 0.12.16Christian Hopps1-6/+16
2023-04-22babeld: ignore nonzero flag bits in Hello TLVszmw123061-12/+0
2023-04-22doc: document new pytest options and cli commandsChristian Hopps1-6/+81
2023-04-22munet: import 0.12.15Christian Hopps2-13/+42
2023-04-22tests: fix ASAN file cleanup and --asan-abort optionChristian Hopps1-4/+5
2023-04-22tests: will need new pid_exists if using pid namespacesChristian Hopps1-32/+21
2023-04-22tests: restore per-node logging functionalityChristian Hopps1-0/+2
2023-04-22tests: fix check for daemon startup, remove sleep hackChristian Hopps2-33/+33
2023-04-22tests: add --logd optionChristian Hopps2-3/+40
2023-04-22tests: add --pcap and --pause-at-end optionsChristian Hopps3-0/+43
2023-04-22tests: cleanup access to pytest configChristian Hopps4-143/+100
2023-04-22tests: blacken re-formatChristian Hopps2-9/+5
2023-04-21lib: fix _hash_member() crash w/ empty hashDavid Lamparter2-0/+7
2023-04-21lib: typesafe hash table breadcrumbsDavid Lamparter2-2/+20
2023-04-21pimd: annotate some pointers as non-nullDavid Lamparter1-0/+3
2023-04-21pimd: harden MLD code loop boundariesDavid Lamparter1-8/+25
2023-04-21lib: Make coverity happy about closeDonald Sharp1-1/+2
2023-04-21zebra: ctx has to be non NULL at this pointDonald Sharp1-2/+1
2023-04-21bgpd: Ensure bgp_vrf is non-nullDonald Sharp1-1/+1
2023-04-21bgpd: Coverity mistakenly believes we can fall throughDonald Sharp1-0/+1
2023-04-21bgpd: All paths have already de-refed rd_strDonald Sharp1-2/+2
2023-04-21pimd: Tell coverity what is really going onDonald Sharp1-0/+13
2023-04-21pimd: Fix possible null of pim instanceDonald Sharp1-0/+2
2023-04-21zebra:fix evpn dup detected local mac del eventChirag Shah1-4/+3
2023-04-21zebra: evpn handle del event for dup detected macChirag Shah1-2/+12
2023-04-20bgpd: Fix lcom->str string length to correctly cover aliasesDonald Sharp1-3/+15
2023-04-20isisd: fix add an algorithm argument to show isis routeLouis Scalbert1-3/+6
2023-04-20isisd: fix potential null pointer in isis_affinity_map_update()Louis Scalbert1-0/+3
2023-04-20isisd: fix wrong pointer test in area_resign_level()Louis Scalbert1-1/+1
2023-04-20isisd: fix potential null pointer in isis_affinity_map_check_use()Louis Scalbert1-0/+3
2023-04-20isisd: fix overrun in isis_flex_algo_constraint_drop()Louis Scalbert1-9/+3
2023-04-19tests: Align `show ip rip status` output in testsDonatas Abraitis3-4/+4
2023-04-19doc: RIP BFD integration documentationRafael Zalamena2-0/+30
2023-04-19topotests: RIP BFD integration topology testRafael Zalamena15-0/+395
2023-04-19ripd: support BFD integrationRenato Westphal15-39/+577
2023-04-19bgpd: Fix for ain->attr corruption during path updatePooja Jagadeesh Doijode1-7/+23
2023-04-18ripd: Align show ip rip status output for sourcesDonatas Abraitis1-1/+1
2023-04-18tests: Check if RIPd passive-interface works as expectedDonatas Abraitis5-0/+137
2023-04-18ripd: Create non default passive interface if defined soDonatas Abraitis1-2/+2
2023-04-18doc: add isisd flex-algo documentationLouis Scalbert1-5/+157
2023-04-18doc: fix debugging-isis referenceLouis Scalbert1-2/+3
2023-04-18tests: add isis_sr_flex_algo_topo2 for flex-algoHiroki Shirokura37-0/+5215