Add parsing of ns-3 configuration file
This commit is contained in:
7
utils/.ns3rc
Normal file
7
utils/.ns3rc
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
|
||||
# A list of the modules that will be enabled when ns-3 is run.
|
||||
# Modules that depend on the listed modules will be enabled also.
|
||||
#
|
||||
# All modules can be enabled by choosing 'all_modules'.
|
||||
modules_enabled = ['all_modules']
|
||||
Reference in New Issue
Block a user