summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-09-16[ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-03-24lib: convert xref_threadsched to xref_eventschedDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-21mgmtd: nb library for client front-end codeChristian Hopps
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-10lib, bgp: add initial support for asdot formatPhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-28python: hide inet_ntoa from frrbotDavid Lamparter
2022-10-28python: fix a bunch of pylint warnings in clippyDavid Lamparter
2022-10-28python: apply black formattingDavid Lamparter
2022-10-26build: exclude a few more things from frr.xrefDavid Lamparter
2022-10-26python: fix for old (< 3.6) Python versionsDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-06python: use ujson if availableDavid Lamparter
2022-10-06build: don't include vtysh.xref in frr.xrefDavid Lamparter
2022-10-06lib: add CMD_ATTR_NOSHDavid Lamparter
2022-10-06lib: make cmd_element->attr a bitmask & clarifyDavid Lamparter
2022-06-16python: Remove redundant import of subprocessDonald Sharp
2022-05-26build: reformat makefile.pyDavid Lamparter
2022-05-26build: add a bunch of comments to makefile.pyDavid Lamparter
2022-05-26build: fix LLVM bitcode per-target CFLAGSDavid Lamparter
2022-02-28python: improve clippy/clidef macro processingDavid Lamparter
2022-01-13python: pass conditionals through clippy for DEFPYDavid Lamparter
2021-10-05isisd: fix redistribute CLIIgor Ryzhov
2021-06-24build: add `-Werror` to xrelfo log format warningsDavid Lamparter
2021-04-23*: make sure `config.h` or `zebra.h` is firstDavid Lamparter
2021-04-15python: add demo checker tool using frr.xrefDavid Lamparter
2021-04-08python: fix 32-bit pointers in xrelfo container_ofDavid Lamparter
2021-02-23python/xrelfo: cross-platform xrefstructs.jsonDavid Lamparter
2021-02-23lib/xref: record log message format argsDavid Lamparter
2021-02-23build: extract xrefsDavid Lamparter
2021-02-23python/xrelfo: the ELF xref extractorDavid Lamparter
2020-10-07*: reformat python fileswhitespace
2020-08-19python: Make FRR build compatible with python 2.7 and 3.xMartin Winter
2020-07-17build: fix Makefile rule redefinitionDavid Lamparter
2020-05-05python: add graphviz callgraphsDavid Lamparter
2020-05-05build: add LLVM bitcode targetsDavid Lamparter
2020-05-05build: rework Makefile var extraction... againDavid Lamparter
2020-04-27python: add check-first-header toolDavid Lamparter
2020-04-27build: make clippy Makefile rules nicerDavid Lamparter
2020-04-27python: move MakeVars class into separate moduleDavid Lamparter
2019-08-30bgpd/bmp: BMP implementationDavid Lamparter
2019-07-03clippy: find headers relative to source treeDavid Lamparter
2019-06-12lib/clippy: expand some macrosDavid Lamparter
2019-06-12lib/clippy: assert() for non-optional argsDavid Lamparter
2019-06-12lib/clippy: error out on unsupported bitsDavid Lamparter
2019-01-21python: make DEFPY provide the text token of fixed parametersRenato Westphal
2018-12-01Revert "isisd lib ospfd pbrd python: fix empty init"David Lamparter
2018-11-21isisd lib ospfd pbrd python: fix empty initF. Aragon