class CommandTree

_save_hook should either be an empty string, or should contain the path to an executable. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

_save_hook should either be an empty string, or should contain the path to an executable. When the config file is saved from rtrmgr, if _save_hook is non-empty, the executable will be run with the userid of the user that executed the save. The only parameter to the executable will be the full path of the file that has just been saved. The purpose of the save hook is to allow the preservation of saved config files when XORP is running out of a memory filesystem,, such as when run from a live CD.

 CommandTree ()

CommandTree

 ~CommandTree ()

~CommandTree

void  push (const string& str)

push

void  pop ()

pop

void  instantiate (const ConfigTreeNode *ctn, const TemplateTreeNode *ttn, bool has_command)

instantiate

void  activate_current ()

activate_current

string  tree_str ()

tree_str

[const]

const CommandTreeNode&  root_node ()

root_node

[const]


Generated by: pavlin on possum.icir.org on Thu Jul 8 23:48:41 2004, using kdoc $.