From 1b5fd9813d075af8a543504dc2524769667f41aa Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 9 Feb 2017 08:44:13 +0100 Subject: [PATCH] bgpd: change str2mac call api With the changed API, some adaptations are done in rfapi code. Signed-off-by: Philippe Guibert --- bgpd/rfapi/rfapi_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/rfapi/rfapi_vty.c b/bgpd/rfapi/rfapi_vty.c index 9c245f63d0..21084afe85 100644 --- a/bgpd/rfapi/rfapi_vty.c +++ b/bgpd/rfapi/rfapi_vty.c @@ -313,7 +313,7 @@ rfapiL2o2Qprefix (struct rfapi_l2address_option *l2o, struct prefix *pfx) char * rfapiEthAddr2Str (const struct ethaddr *ea, char *buf, int bufsize) { - return prefix_mac2str (ea->octet, buf, bufsize); + return prefix_mac2str (ea, buf, bufsize); } int -- 2.39.5