FAQ and example

This commit is contained in:
Olof hagsand 2016-02-23 22:49:22 +01:00
parent 33fac8a4c6
commit 554c1cb9de
7 changed files with 124 additions and 6 deletions

View file

@ -2,6 +2,7 @@
# Common CLI syntax for both server and PMNode operatio mode
CLICON_MODE="routing";
CLICON_PROMPT="%U@%H> ";
CLICON_PLUGIN="routing_cli";
# Note, when switching to PT, change datamodel to only @datamodel
#set @datamodel:ietf-routing, cli_merge();
@ -43,3 +44,4 @@ load("Load configuration from XML file") <filename:string>("Filename (local file
replace("Replace candidate with file contents"), load_config_file("filename replace");
merge("Merge file with existent candidate"), load_config_file("filename merge");
}
example("This is a comment") <var:int32>("Just a random number"), mycallback("myarg");