Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -55,11 +55,6 @@ func (i *Interface) Bridge() bool {
|
| 55 | 55 |
return i.bridge |
| 56 | 56 |
} |
| 57 | 57 |
|
| 58 |
-// Master returns the srcname of the master interface for this interface. |
|
| 59 |
-func (i *Interface) Master() string {
|
|
| 60 |
- return i.master |
|
| 61 |
-} |
|
| 62 |
- |
|
| 63 | 58 |
func (i *Interface) MacAddress() net.HardwareAddr {
|
| 64 | 59 |
return types.GetMacCopy(i.mac) |
| 65 | 60 |
} |