summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2024-07-31vtysh, lib: preprocess CLI graphsDavid Lamparter
2024-07-23build: fix a few python string escape warningsDavid Lamparter
2024-05-20Merge pull request #15980 from donaldsharp/agentx_updateDonatas Abraitis
2024-05-14Merge pull request #15876 from opensourcerouting/typesafe-expandMark Stapp
2024-05-10*: Modify agentx to be allowed to be calledDonald Sharp
2024-05-02build: hppa is weirdDavid Lamparter
2024-05-02build: warn/fail on missing `XREF_SETUP()`David Lamparter
2024-04-29python: add tool to expand typesafe definitionsDavid Lamparter
2024-03-04lib: add keychain northbound supportChristian Hopps
2024-01-28build: remove mgmtd exception from xref2vtyshIgor Ryzhov
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-26lib: convert filters to mgmtdChristian Hopps
2024-01-26lib: convert route-map to mgmtdChristian Hopps
2023-12-28zebra: add zebra to mgmtd oper-stateChristian Hopps
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