Skip to content
Snippets Groups Projects
Commit ee74235a authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-next-node: don't wait for br-client to get an address

parent 5486cf2c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
uci_remove network local_node_dev uci_remove network local_node_dev
uci_add network device local_node_dev uci_add network device local_node_dev
uci_set network local_node_dev name 'local-node' uci_set network local_node_dev name 'local-node'
uci_set network local_node_dev ifname '@client' uci_set network local_node_dev ifname 'br-client'
uci_set network local_node_dev type 'macvlan' uci_set network local_node_dev type 'macvlan'
uci_set network local_node_dev macaddr '@next_node.mac@' uci_set network local_node_dev macaddr '@next_node.mac@'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment