summaryrefslogtreecommitdiff
path: root/wireless.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-09-01 19:00:41 +0200
committerFelix Fietkau <nbd@nbd.name>2021-09-01 19:03:30 +0200
commit300b1220fab38600f102bb8cfcc59a29ce41b095 (patch)
tree103ae559ccdf4f34065fb761bcd25057b3d5ddb0 /wireless.h
parentf8ff6d82028367620893872636d455702a1c1ea1 (diff)
downloadnetifd-300b1220fab38600f102bb8cfcc59a29ce41b095.tar.gz
wireless: improve reliability of proxyarp support
instead of relying on hostapd to manipulate bridge attributes (which can race against netifd adding/removing of member ports), set the proxyarp related attributes in netifd directly when bringing up the member port Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'wireless.h')
-rw-r--r--wireless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wireless.h b/wireless.h
index 5969218..7b87611 100644
--- a/wireless.h
+++ b/wireless.h
@@ -88,6 +88,7 @@ struct wireless_interface {
const char *ifname;
struct blob_attr *network;
+ bool proxyarp;
bool isolate;
bool ap_mode;
};