Configure control network.
( self )
| 979 | attached to.""" |
| 980 | |
| 981 | def configureControlNetwork( self ): |
| 982 | "Configure control network." |
| 983 | self.configureRoutedControlNetwork() |
| 984 | |
| 985 | # We still need to figure out the right way to pass |
| 986 | # in the control network location. |
nothing calls this directly
no test coverage detected