]> git.proxmox.com Git - mirror_frr.git/commit
python: improve clippy/clidef macro processing
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 16 Jan 2022 20:43:55 +0000 (21:43 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 28 Feb 2022 12:28:43 +0000 (13:28 +0100)
commite960eedd98b622bb1745012796a78bb654a889ed
tree9e4faac9f00be98840eebe84d3cef917b5b2b29c
parent0798d2760dbcc95521edf68eff3cf2afaf0a8e4e
python: improve clippy/clidef macro processing

Process macros from the current file, and warn if something is
redefined (to a different value).

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
python/clidef.py