Skip to content
Snippets Groups Projects
Commit 880cf57a authored by Guy Zana's avatar Guy Zana
Browse files

cli: wire up route_cmd.add_deafult_gw(gw)

parent 44c03e04
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ var route_options = [
var route_cmd = {
add_deafult_gw: function(gwaddr) {
print ("adding default gw " + gwaddr);
networking_interface.route_add_default(gwaddr);
},
init: function() {
......
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