Start network and run our simple CLI.
( self )
| 932 | error( 'link dst status change failed: %s\n' % result ) |
| 933 | |
| 934 | def interact( self ): |
| 935 | "Start network and run our simple CLI." |
| 936 | self.start() |
| 937 | result = CLI( self ) |
| 938 | self.stop() |
| 939 | return result |
| 940 | |
| 941 | inited = False |
| 942 |