summaryrefslogtreecommitdiffstats
path: root/tools/frr-reload.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: fix frr-reload for nbr deletion of no form cmdsChirag Shah4 days1-1/+5
* tools: Add missing rpki keyword to vrf in frr-reloadJonathan Voss2025-01-031-1/+1
* tools: Add missing formats keyword to segment-routing in frr-reloadJonathan Voss2024-12-241-1/+5
* tools: Add missing keyword `encapsulation` in frr-reloadCarmine Scarpitta2024-11-241-1/+1
* tools: Add missing keyword `node-msd` in frr-reloadCarmine Scarpitta2024-11-231-1/+3
* tools: Add missing keyword `segment-routing srv6` in frr-reloadCarmine Scarpitta2024-11-231-1/+3
* tools: fix some special commands for reloading pimanlan_cs2024-10-051-1/+6
* tools: fix missing check interfaces for reloading pimanlan_cs2024-09-291-10/+10
* tools: fix invalid escape on regex stringGiovanni Tataranni2024-09-031-3/+3
* tools: Fix python string escape warnings for frr-reload.pyDonatas Abraitis2024-08-081-25/+25
* tools: Apply black formatting for the recent frr-reload.py changesDonatas Abraitis2024-07-201-3/+6
* tools: Do not append an empty list (pim_vrfs) to the config linesDonatas Abraitis2024-07-201-1/+2
* tools: Fix frr-reload to support legacy pim configuration from fileNathan Bahr2024-07-161-4/+60
* tools: Handle seq num for BGP as-path in frr-reload.pyChirag Shah2024-04-261-0/+29
* tools: fix frr-reload for no ip msdp peer cmdChirag Shah2024-04-231-0/+11
* tools: fix pim interface config deletionIIChirag Shah2024-04-231-2/+6
* tools: frr-reload strip interface vrf ctx lineChirag Shah2024-04-111-0/+21
* tools: fix frr-reload for nbr deletionChirag Shah2024-01-061-4/+5
* tools: Use error log level when failing to execute commands via frr-reload.pyDonatas Abraitis2023-12-141-1/+1
* tools: fix frr-reload multiple no description cmdsChirag Shah2023-12-131-1/+1
* tools: fix frr-reload interface desc cmdChirag Shah2023-11-291-0/+11
* tools: Apply black formatting for tools/frr-reload.pyDonatas Abraitis2023-11-021-52/+32
* tools: fix frr-reload route-map desc cmdChirag Shah2023-11-021-0/+13
* tools: fix key chain reload removalRafael Zalamena2023-07-271-0/+17
* Merge pull request #10136 from idryzhov/frr-reload-exitMark Stapp2023-07-181-80/+68
|\
| * tools: always append "exit" in frr-reload.pyIgor Ryzhov2023-07-041-80/+68
* | tools: fix ospf area stub summary in frr-reloadChirag Shah2023-07-091-0/+20
|/
* tools: fix pim interface config deletionChirag Shah2023-06-301-1/+34
* tools: fix list value remove in frr-reloadChirag Shah2023-06-061-2/+7
* tools: Make check flag really work for reloadanlan_cs2023-04-151-0/+6
* tools: fix missing remote-as configuration when reloadanlan_cs2023-04-151-1/+1
* tools: frr-reload fix list value not presentChirag Shah2023-03-151-2/+4
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-17/+1
* tools: Add missing daemonsYuxiang Zhu2023-01-151-0/+2
* tools: Ignore agentx command for frr-reload.pyDonatas Abraitis2022-12-221-0/+1
* tools: Apply black formatting for frr-reload.pyDonatas Abraitis2022-10-111-2/+2
* tools: Handle sequence numbers for BGP community (large/ext) in frr-reload.pyDonatas Abraitis2022-10-111-0/+31
* tools: Add pim6d to tools so that pim6d will work properlyDonald Sharp2022-08-061-0/+1
* tools: add eigrp support on frr-reloadChristian Poessinger2022-05-301-0/+1
* tools: string literals -> commentsChirag Shah2022-04-241-8/+4
* tools: frr-reload fix bgp nbr deleteChirag Shah2022-04-231-0/+41
* tools: fix bgp instances deletion in frr-reloadChirag Shah2022-04-231-0/+35
* packaging: Set default permissions for /var/log/frr to 0755Donatas Abraitis2022-04-191-1/+1
* tools: fix frr-reload context keywordsIgor Ryzhov2022-02-101-2/+4
* Merge pull request #10030 from anlancs/cleanup-reload-null0Igor Ryzhov2022-01-091-5/+1
|\
| * tools: cleanup route convertion from null0/Null0 to blackholeanlan_cs2021-12-311-5/+1
* | Merge pull request #9517 from anlancs/reload-add-strJafar Al-Gharaibeh2022-01-091-1/+4
|\ \ | |/ |/|
| * tools: fix wrong get_contexts() of Config class.anlan_cs2021-10-091-1/+4
* | Merge pull request #10187 from chiragshah6/freloadRuss White2021-12-071-1/+1
|\ \
| * | tools: exit when reload fails to parse config fileChirag Shah2021-12-061-1/+1