mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 16:57:44 +00:00
lib: fix clang warning
Fix a CLANG warning Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
e7192e9d24
commit
09e370e5ff
3
lib/if.c
3
lib/if.c
@ -580,7 +580,8 @@ struct interface *if_get_vrf_loopback(vrf_id_t vrf_id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Get interface by name if given name interface doesn't exist create
|
/* Get interface by name if given name interface doesn't exist create
|
||||||
one. */
|
* one.
|
||||||
|
*/
|
||||||
struct interface *if_get_by_name(const char *name, vrf_id_t vrf_id,
|
struct interface *if_get_by_name(const char *name, vrf_id_t vrf_id,
|
||||||
const char *vrf_name)
|
const char *vrf_name)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user