]> git.proxmox.com Git - mirror_frr.git/blob - pimd/mtracebis_routeget.h
*: auto-convert to SPDX License IDs
[mirror_frr.git] / pimd / mtracebis_routeget.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Multicast Traceroute for FRRouting
4 * Copyright (C) 2018 Mladen Sablic
5 */
6
7 #ifdef __linux__
8
9 #ifndef ROUTEGET_H
10 #define ROUTEGET_H
11
12 #include <netinet/in.h>
13
14 int routeget(struct in_addr dst, struct in_addr *src, struct in_addr *gw);
15
16 #endif /* ROUTEGET */
17
18 #endif /* __linux__ */