aboutgitcodebugslistschat
path: root/mld.c
blob: a6d7c358238d3dc43880444448b917e3a5dfd19d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                            












                                              
                       
                                                        
// SPDX-License-Identifier: GPL-2.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
 *
 * mld.c - (to be implemented) MLD proxy
 *
 * Copyright (c) 2020-2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

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