Bug #11377
openFRR deinstall
0%
Description
After uninstalling FRR all '<frr*>' entries are still in config.xml
`/var/etc/frr' also contains config files
Updated by Viktor Gurov almost 4 years ago
Updated by Jim Pingle almost 4 years ago
- Status changed from New to Pull Request Review
Removing the leftover files is fine but I don't think this package needs the ability to reset/wipe the config. Too dangerous.
Updated by Andrew Green almost 4 years ago
Jim Pingle wrote:
Removing the leftover files is fine but I don't think this package needs the ability to reset/wipe the config. Too dangerous.
Could it be made an option on package removal to 'purge' the package while removing all configuration? I ran into an issue when trying to wipe the package to re-configure from scratch as I am trying to narrow down a problem with BGP.
Updated by Jim Pingle almost 4 years ago
That would likely cause more harm in the long run, very few people would ever need to completely purge the configuration. It's using a cannon to swat a fly, and carefully/correctly removing config sections completely by hand is sufficient for the rare cases it's necessary.