815
841
char *address = strrchr(connect_to, ':');
817
843
fprintf(stderr, "No colon in address\n");
821
848
uint16_t port = (uint16_t) strtol(address+1, NULL, 10);
823
850
perror("Bad port number");
828
856
ret = start_mandos_communication(address, port, if_index, &mc);
836
865
/* If the interface is down, bring it up */