Add Bridge module to AsusWRT (#84152)

* Add Bridge module to AsusWRT

* Requested changes

* Requested changes

* Requested changes

* Add check on router attributes value
This commit is contained in:
ollo69 2023-07-01 13:55:28 +02:00 committed by GitHub
parent c81b6255c2
commit 8108a0f947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 332 additions and 214 deletions

View file

@ -13,6 +13,10 @@ DEFAULT_DNSMASQ = "/var/lib/misc"
DEFAULT_INTERFACE = "eth0"
DEFAULT_TRACK_UNKNOWN = False
KEY_COORDINATOR = "coordinator"
KEY_METHOD = "method"
KEY_SENSORS = "sensors"
MODE_AP = "ap"
MODE_ROUTER = "router"