使用marsio API获取dev_endpoint的MAC address

This commit is contained in:
luwenpeng
2023-02-24 15:32:37 +08:00
parent 7dd877cea8
commit b06c0b77e1
2 changed files with 33 additions and 17 deletions

View File

@@ -29,8 +29,12 @@ rx_burst_max=128
app_symbol=sce
dev_endpoint=eth_sf_endpoint
dev_nf_interface=eth_nf_interface
default_src_ip=192.168.100.1
default_src_mac=aa:aa:aa:aa:aa:aa
dev_endpoint_src_ip=192.168.100.1
# If the configuration file does not set src mac, get src mac through marsio_get_device_ether_addr();
# If the configuration file has src mac set, use the src mac in the file
# dev_endpoint_src_mac=aa:aa:aa:aa:aa:aa
# only used for bypass_all_traffic=2
default_dst_ip=192.168.100.2
default_dst_mac=bb:bb:bb:bb:bb:bb