]> git.ipfire.org Git - thirdparty/bird.git/commit
Implements undo command and optional timeout for configuration
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 26 Dec 2012 11:40:48 +0000 (12:40 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 26 Dec 2012 11:40:48 +0000 (12:40 +0100)
commita92cf57dd6ba021a495fe7268c86dc8e6aeecbb2
tree1df35ec36e661dbdcd3b6065d86df651b2d240c7
parent80a9cadc76101157707aecc0b482ad88ad702fc3
Implements undo command and optional timeout for configuration

Several new configure command variants:

configure undo - undo last reconfiguration
configure timeout - configure with scheduled undo if not confirmed in timeout
configure confirm - confirm last configuration
configure check - just parse and validate config file
16 files changed:
conf/conf.c
conf/conf.h
conf/gen_commands.m4
conf/gen_parser.m4
doc/bird.sgml
doc/reply_codes
nest/cli.c
nest/cli.h
nest/cmds.c
nest/proto.c
sysdep/unix/config.Y
sysdep/unix/io.c
sysdep/unix/krt.c
sysdep/unix/main.c
sysdep/unix/timer.h
sysdep/unix/unix.h