index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
frr-reload.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: fix frr-reload for nbr deletion of no form cmds
Chirag Shah
4 days
1
-1
/
+5
*
tools: Add missing rpki keyword to vrf in frr-reload
Jonathan Voss
2025-01-03
1
-1
/
+1
*
tools: Add missing formats keyword to segment-routing in frr-reload
Jonathan Voss
2024-12-24
1
-1
/
+5
*
tools: Add missing keyword `encapsulation` in frr-reload
Carmine Scarpitta
2024-11-24
1
-1
/
+1
*
tools: Add missing keyword `node-msd` in frr-reload
Carmine Scarpitta
2024-11-23
1
-1
/
+3
*
tools: Add missing keyword `segment-routing srv6` in frr-reload
Carmine Scarpitta
2024-11-23
1
-1
/
+3
*
tools: fix some special commands for reloading pim
anlan_cs
2024-10-05
1
-1
/
+6
*
tools: fix missing check interfaces for reloading pim
anlan_cs
2024-09-29
1
-10
/
+10
*
tools: fix invalid escape on regex string
Giovanni Tataranni
2024-09-03
1
-3
/
+3
*
tools: Fix python string escape warnings for frr-reload.py
Donatas Abraitis
2024-08-08
1
-25
/
+25
*
tools: Apply black formatting for the recent frr-reload.py changes
Donatas Abraitis
2024-07-20
1
-3
/
+6
*
tools: Do not append an empty list (pim_vrfs) to the config lines
Donatas Abraitis
2024-07-20
1
-1
/
+2
*
tools: Fix frr-reload to support legacy pim configuration from file
Nathan Bahr
2024-07-16
1
-4
/
+60
*
tools: Handle seq num for BGP as-path in frr-reload.py
Chirag Shah
2024-04-26
1
-0
/
+29
*
tools: fix frr-reload for no ip msdp peer cmd
Chirag Shah
2024-04-23
1
-0
/
+11
*
tools: fix pim interface config deletionII
Chirag Shah
2024-04-23
1
-2
/
+6
*
tools: frr-reload strip interface vrf ctx line
Chirag Shah
2024-04-11
1
-0
/
+21
*
tools: fix frr-reload for nbr deletion
Chirag Shah
2024-01-06
1
-4
/
+5
*
tools: Use error log level when failing to execute commands via frr-reload.py
Donatas Abraitis
2023-12-14
1
-1
/
+1
*
tools: fix frr-reload multiple no description cmds
Chirag Shah
2023-12-13
1
-1
/
+1
*
tools: fix frr-reload interface desc cmd
Chirag Shah
2023-11-29
1
-0
/
+11
*
tools: Apply black formatting for tools/frr-reload.py
Donatas Abraitis
2023-11-02
1
-52
/
+32
*
tools: fix frr-reload route-map desc cmd
Chirag Shah
2023-11-02
1
-0
/
+13
*
tools: fix key chain reload removal
Rafael Zalamena
2023-07-27
1
-0
/
+17
*
Merge pull request #10136 from idryzhov/frr-reload-exit
Mark Stapp
2023-07-18
1
-80
/
+68
|
\
|
*
tools: always append "exit" in frr-reload.py
Igor Ryzhov
2023-07-04
1
-80
/
+68
*
|
tools: fix ospf area stub summary in frr-reload
Chirag Shah
2023-07-09
1
-0
/
+20
|
/
*
tools: fix pim interface config deletion
Chirag Shah
2023-06-30
1
-1
/
+34
*
tools: fix list value remove in frr-reload
Chirag Shah
2023-06-06
1
-2
/
+7
*
tools: Make check flag really work for reload
anlan_cs
2023-04-15
1
-0
/
+6
*
tools: fix missing remote-as configuration when reload
anlan_cs
2023-04-15
1
-1
/
+1
*
tools: frr-reload fix list value not present
Chirag Shah
2023-03-15
1
-2
/
+4
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-17
/
+1
*
tools: Add missing daemons
Yuxiang Zhu
2023-01-15
1
-0
/
+2
*
tools: Ignore agentx command for frr-reload.py
Donatas Abraitis
2022-12-22
1
-0
/
+1
*
tools: Apply black formatting for frr-reload.py
Donatas Abraitis
2022-10-11
1
-2
/
+2
*
tools: Handle sequence numbers for BGP community (large/ext) in frr-reload.py
Donatas Abraitis
2022-10-11
1
-0
/
+31
*
tools: Add pim6d to tools so that pim6d will work properly
Donald Sharp
2022-08-06
1
-0
/
+1
*
tools: add eigrp support on frr-reload
Christian Poessinger
2022-05-30
1
-0
/
+1
*
tools: string literals -> comments
Chirag Shah
2022-04-24
1
-8
/
+4
*
tools: frr-reload fix bgp nbr delete
Chirag Shah
2022-04-23
1
-0
/
+41
*
tools: fix bgp instances deletion in frr-reload
Chirag Shah
2022-04-23
1
-0
/
+35
*
packaging: Set default permissions for /var/log/frr to 0755
Donatas Abraitis
2022-04-19
1
-1
/
+1
*
tools: fix frr-reload context keywords
Igor Ryzhov
2022-02-10
1
-2
/
+4
*
Merge pull request #10030 from anlancs/cleanup-reload-null0
Igor Ryzhov
2022-01-09
1
-5
/
+1
|
\
|
*
tools: cleanup route convertion from null0/Null0 to blackhole
anlan_cs
2021-12-31
1
-5
/
+1
*
|
Merge pull request #9517 from anlancs/reload-add-str
Jafar Al-Gharaibeh
2022-01-09
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
tools: fix wrong get_contexts() of Config class.
anlan_cs
2021-10-09
1
-1
/
+4
*
|
Merge pull request #10187 from chiragshah6/freload
Russ White
2021-12-07
1
-1
/
+1
|
\
\
|
*
|
tools: exit when reload fails to parse config file
Chirag Shah
2021-12-06
1
-1
/
+1
[next]