您好,TI:
我正在Border路由器上使用macfilter对Wi-Sun自修复网络进行测试,但在命令macfilterlist时发生错误。 我尝试了SDK 5.30 和SDK 5.40 也显示了相同的问题。 CCS版本11.10

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好,TI:
我正在Border路由器上使用macfilter对Wi-Sun自修复网络进行测试,但在命令macfilterlist时发生错误。 我尝试了SDK 5.30 和SDK 5.40 也显示了相同的问题。 CCS版本11.10

您好,GP,
此命令用于添加或删除地址,因此您需要添加关键字和地址。 请键入help macfilterlist。
           Display the addressfilter based on the value set using macfiltermode
        macfilterlist add <extaddr>
            Add an IEEE 802.15.4 Extended Address to the address filter.
            > macfilterlist add dead00beef00cafe
            Done
        macfilterlist remove <extaddr>
            Remove an IEEE 802.15.4 Extended Address from the address filter.
            > macfilter remove dead00beef00caff
            Done
谢谢,
Marie H
您好,
我们将重写命令,并在我们有带宽的情况下实现您的要求。
目前,请不要调用不带任何参数的macfilterlist命令。 (或者您可以自己重写,它是在 spinel-cli.py中定义的)。
https://github.com/TexasInstruments/ti-wisunfan-pyspinel/blob/release/README.md
谢谢,
Marie H