aboutsummaryrefslogtreecommitdiff
path: root/secchan/in-band.c
diff options
context:
space:
mode:
Diffstat (limited to 'secchan/in-band.c')
-rw-r--r--secchan/in-band.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/secchan/in-band.c b/secchan/in-band.c
index 9dccf5f1..7cbcaa99 100644
--- a/secchan/in-band.c
+++ b/secchan/in-band.c
@@ -92,7 +92,7 @@ get_controller_mac(struct in_band *ib)
time_t now = time_now();
uint32_t ip;
- ip = rconn_get_ip(ib->controller);
+ ip = rconn_get_remote_ip(ib->controller);
if (ip != ib->ip || now >= ib->next_refresh) {
bool have_mac;
@@ -165,7 +165,7 @@ in_band_status_cb(struct status_reply *sr, void *in_band_)
ETH_ADDR_ARGS(local_mac));
}
- controller_ip = rconn_get_ip(in_band->controller);
+ controller_ip = rconn_get_remote_ip(in_band->controller);
if (controller_ip) {
status_reply_put(sr, "controller-ip="IP_FMT,
IP_ARGS(&controller_ip));