bird/sysdep
Ondrej Zajicek 371eb49043 Conf: Free stored old config before parsing new one
BIRD keeps a previous (old) configuration for the purpose of undo. The
existing code frees it after a new configuration is successfully parsed
during reconfiguration. That causes memory usage spikes as there are
temporarily three configurations (old, current, and new). The patch
changes it to free the old one before parsing the new one (as user
already requested a new config). The disadvantage is that undo is
not available after failed reconfiguration.
2022-11-09 21:54:45 +01:00
..
bsd Merge commit 'e42eedb9' into haugesund 2022-03-09 11:02:55 +01:00
cf Memory pages are not munmapped, instead we just madvise() 2022-11-02 12:56:54 +01:00
linux Netlink: Parse onlink flag even on direct routes 2022-10-12 17:57:26 +02:00
unix Conf: Free stored old config before parsing new one 2022-11-09 21:54:45 +01:00
config.h NEWS and version update 2022-06-16 02:58:37 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
sysdep.sgml Spelling fixes to progdoc. 2000-06-07 12:29:08 +00:00