Differences

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

Link to this comparison view

sdk:scripts:config-summary [2015/05/05 15:04] (current)
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>​