21 #ifndef INCLUDE_OLA_NETWORK_INTERFACEPICKER_H_
22 #define INCLUDE_OLA_NETWORK_INTERFACEPICKER_H_
24 #include <ola/network/Interface.h>
53 bool include_loopback;
62 : include_loopback(false),
80 const std::string &ip_or_name,
81 const Options &options = Options())
const;
85 const Options &options = Options())
const;
87 virtual std::vector<Interface> GetInterfaces(
bool include_loopback)
const = 0;
96 #endif // INCLUDE_OLA_NETWORK_INTERFACEPICKER_H_