/* 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);