aboutgitcodebugslistschat
path: root/igmp.c
blob: 8f6b2634a4d67bac8add84c9769d30298200fbef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: AGPL-3.0-or-later

/* PASST - Plug A Simple Socket Transport
 *  for qemu/UNIX domain socket mode
 *
 * PASTA - Pack A Subtle Tap Abstraction
 *  for network namespace/tap device mode
 *
 * igmp.c - (to be implemented) IGMP proxy
 *
 * Copyright (c) 2020-2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

/* TO BE IMPLEMENTED */
__attribute__((__unused__)) static void __(void) { }