| 37 | |
| 38 | |
| 39 | inline bool option_req_array(const std::string &optname) |
| 40 | { |
| 41 | return (("peer-fingerprint" == optname) |
| 42 | || ("pull-filter" == optname) |
| 43 | || ("remote" == optname) |
| 44 | || ("route" == optname) |
| 45 | || ("route-ipv6" == optname)) |
| 46 | ? true |
| 47 | : false; |
| 48 | } |
| 49 | |
| 50 | |
| 51 | inline std::string optparser_mkline(std::string optname, std::string optvalue) |
no outgoing calls
no test coverage detected