remctl_set_source_ip (3) Linux Manual Page
remctl_set_source_ip – Set source IP for remctl client connections Synopsis #include <remctl.h> int remctl_set_source_ip(struct remctl *r, const char *source); Description remctl_set_source_ip() sets the source IP address for subsequent calls to remctl_open() on the same struct remctl object. Call this function before remctl_open() if remctl client connections need to come from a specific source IP. The…
