Skip to content
Snippets Groups Projects
Commit 41e43b08 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

mark macaddress through which 1905 node is connected as 1905-device

parent ccc9a51a
Branches
No related tags found
No related merge requests found
Pipeline #111714 passed
...@@ -284,6 +284,7 @@ static void hostmngr_1905topology_cb(struct ubus_request *req, int type, ...@@ -284,6 +284,7 @@ static void hostmngr_1905topology_cb(struct ubus_request *req, int type,
} }
neigh_set_1905_slave(&priv->neigh_q, if_macaddr, 0); neigh_set_1905_slave(&priv->neigh_q, if_macaddr, 0);
neigh_set_1905(&priv->neigh_q, if_macaddr, 1);
dbg("%s: Interface " MACFMT "\n", __func__, MAC2STR(if_macaddr)); dbg("%s: Interface " MACFMT "\n", __func__, MAC2STR(if_macaddr));
iter++; iter++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment