]> git.meshlink.io Git - meshlink/blobdiff - src/subnet.c
Let tincctl parse and format dumps.
[meshlink] / src / subnet.c
index b2c7e7c463b3c80503d988af44b7198021c7cae3..59e4e8245d42efacad377cf28c52f580194c29e6 100644 (file)
@@ -283,7 +283,7 @@ bool dump_subnets(connection_t *c) {
                subnet = node->data;
                if(!net2str(netstr, sizeof netstr, subnet))
                        continue;
-               send_request(c, "%d %d %s owner %s",
+               send_request(c, "%d %d %s %s",
                                CONTROL, REQ_DUMP_SUBNETS,
                                netstr, subnet->owner->name);
        }