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