summaryrefslogtreecommitdiffstats
path: root/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh, lib: preprocess CLI graphsDavid Lamparter2024-07-312-13/+171
* build: fix a few python string escape warningsDavid Lamparter2024-07-232-2/+2
* Merge pull request #15980 from donaldsharp/agentx_updateDonatas Abraitis2024-05-201-1/+1
|\
| * *: Modify agentx to be allowed to be calledDonald Sharp2024-05-101-1/+1
* | Merge pull request #15876 from opensourcerouting/typesafe-expandMark Stapp2024-05-141-0/+131
|\ \ | |/ |/|
| * python: add tool to expand typesafe definitionsDavid Lamparter2024-04-291-0/+131
* | build: hppa is weirdDavid Lamparter2024-05-021-1/+10
* | build: warn/fail on missing `XREF_SETUP()`David Lamparter2024-05-022-1/+15
|/
* lib: add keychain northbound supportChristian Hopps2024-03-051-1/+1
* build: remove mgmtd exception from xref2vtyshIgor Ryzhov2024-01-281-10/+0
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-4/+1
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-1/+1
* lib: convert filters to mgmtdChristian Hopps2024-01-261-2/+2
* lib: convert route-map to mgmtdChristian Hopps2024-01-261-4/+4
* zebra: add zebra to mgmtd oper-stateChristian Hopps2023-12-281-1/+1
* [ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh2023-09-161-1/+1
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-0/+2
* lib: convert xref_threadsched to xref_eventschedDonald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* mgmtd: nb library for client front-end codeChristian Hopps2023-03-221-0/+10
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-0/+7
|\
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-0/+7
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0910-140/+10
|/
* python: hide inet_ntoa from frrbotDavid Lamparter2022-10-281-2/+3
* python: fix a bunch of pylint warnings in clippyDavid Lamparter2022-10-281-0/+14
* python: apply black formattingDavid Lamparter2022-10-289-299/+491
* build: exclude a few more things from frr.xrefDavid Lamparter2022-10-261-1/+6
* python: fix for old (< 3.6) Python versionsDavid Lamparter2022-10-261-21/+24
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-263-72/+396
* python: use ujson if availableDavid Lamparter2022-10-061-3/+12
* build: don't include vtysh.xref in frr.xrefDavid Lamparter2022-10-061-0/+3
* lib: add CMD_ATTR_NOSHDavid Lamparter2022-10-061-0/+2
* lib: make cmd_element->attr a bitmask & clarifyDavid Lamparter2022-10-062-7/+29
* python: Remove redundant import of subprocessDonald Sharp2022-06-161-1/+0
* build: reformat makefile.pyDavid Lamparter2022-05-261-8/+18
* build: add a bunch of comments to makefile.pyDavid Lamparter2022-05-261-0/+16
* build: fix LLVM bitcode per-target CFLAGSDavid Lamparter2022-05-261-1/+10
* python: improve clippy/clidef macro processingDavid Lamparter2022-02-281-15/+47
* python: pass conditionals through clippy for DEFPYDavid Lamparter2022-01-131-2/+22
* isisd: fix redistribute CLIIgor Ryzhov2021-10-051-0/+2
* build: add `-Werror` to xrelfo log format warningsDavid Lamparter2021-06-241-1/+5
* *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-231-16/+76
* python: add demo checker tool using frr.xrefDavid Lamparter2021-04-151-0/+72
* python: fix 32-bit pointers in xrelfo container_ofDavid Lamparter2021-04-081-1/+4
* python/xrelfo: cross-platform xrefstructs.jsonDavid Lamparter2021-02-232-67/+19
* lib/xref: record log message format argsDavid Lamparter2021-02-232-16/+49
* build: extract xrefsDavid Lamparter2021-02-231-0/+12
* python/xrelfo: the ELF xref extractorDavid Lamparter2021-02-238-0/+1508
* *: reformat python fileswhitespace2020-10-076-278/+419
* python: Make FRR build compatible with python 2.7 and 3.xMartin Winter2020-08-191-1/+1