Allow using a custom livebox address
This commit is contained in:
parent
5abe206e27
commit
8215e950e9
11 changed files with 79 additions and 21 deletions
|
@ -27,7 +27,7 @@ func (i *Interface) IsWLAN() bool {
|
|||
}
|
||||
|
||||
// DiscoverInterfaces discovers network interfaces on the Livebox.
|
||||
func DiscoverInterfaces(ctx context.Context, client livebox.Client) ([]*Interface, error) {
|
||||
func DiscoverInterfaces(ctx context.Context, client *livebox.Client) ([]*Interface, error) {
|
||||
var mibs struct {
|
||||
Status struct {
|
||||
Base map[string]struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue