]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: ProxyARP with na_mcast_to_ucast=1
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Apr 2015 09:33:43 +0000 (12:33 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 Apr 2015 09:33:43 +0000 (12:33 +0300)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_hs20.py

index 90f630cd7597db018cd56fef2ae96893ee724c06..230a9efcdd7c0b45d97ab1b1bddea789b4bd0618 100644 (file)
@@ -2624,6 +2624,7 @@ def _test_ap_hs20_proxyarp_dgaf(dev, apdev, disabled):
     params['hessid'] = bssid
     params['disable_dgaf'] = '1' if disabled else '0'
     params['proxy_arp'] = '1'
+    params['na_mcast_to_ucast'] = '1'
     params['ap_isolate'] = '1'
     params['bridge'] = 'ap-br0'
     hapd = hostapd.add_ap(apdev[0]['ifname'], params, no_enable=True)