Check if an interface is up.
( self, intf=None )
| 577 | return self.intf( intf ).MAC() |
| 578 | |
| 579 | def intfIsUp( self, intf=None ): |
| 580 | "Check if an interface is up." |
| 581 | return self.intf( intf ).isUp() |
| 582 | |
| 583 | # The reason why we configure things in this way is so |
| 584 | # That the parameters can be listed and documented in |