Support multi-homed hosts and plumb MAC addresses for Linux

This commit is contained in:
Cameron Gutman
2020-01-20 17:34:22 -08:00
parent 6f3927b6ae
commit 0631d9dfb2
5 changed files with 20 additions and 45 deletions

View File

@@ -57,7 +57,9 @@ public:
client_t client;
};
std::string get_local_ip() { return "192.168.0.119"s; }
std::string get_mac_address(const std::string_view &address) {
return "00:00:00:00:00:00"s;
}
input_t input() {
input_t result { new vigem_t {} };