Home
last modified time | relevance | path

Searched refs:RECONFIG_UNDO (Results 1 – 4 of 4) sorted by relevance

/dports/net/bird2/bird-2.0.8/conf/
H A Dconf.c252 if (type == RECONFIG_UNDO) in config_do_commit()
446 future_cftype = RECONFIG_UNDO; in config_undo()
451 if (config_do_commit(NULL, RECONFIG_UNDO)) in config_undo()
H A Dconf.h87 #define RECONFIG_UNDO 3 macro
/dports/net/bird/bird-1.6.8/conf/
H A Dconf.c244 if (type == RECONFIG_UNDO) in config_do_commit()
437 future_cftype = RECONFIG_UNDO; in config_undo()
442 if (config_do_commit(NULL, RECONFIG_UNDO)) in config_undo()
H A Dconf.h82 #define RECONFIG_UNDO 3 macro