no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sdk:scripts:config-summary [2015/05/05 15:04] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== SDK Script config-summary.are ======
 +<code c config-summary.are>
 +/* DESC: This script shows a summary of the currently running configuration.
 + * Copyright (C) 2012 NetModule AG, Switzerland
 + */
 +
 +ret = nb_config_summary();
 +
 +printf("Summary:\n%s\n", ret);
 +
 +exit(0);
 +
 +</code>