49 | | 1. dump the configurations to file using `dpctl dumpConfig <filename>` |
50 | | 1. edit the configuration file: add each module to be isolated to a slice, with "modules" as the key and the fully qualified name of the module as the value. The value "none" may be used for a slice not associated with any modules. For example, the following isolates the Forwarding module in a slice named "fl-1": |
| 49 | |
| 50 | 2. dump the configurations to file: |
| 51 | {{{ |
| 52 | dpctl dumpConfig <filename> |
| 53 | }}} |
| 54 | |
| 55 | 3. edit the configuration file: add each module to be isolated to a slice, with "modules" as the key and the fully qualified name of the module as the value. The value "none" may be used for a slice not associated with any modules. For example, the following isolates the Forwarding module in a slice named "fl-1": |