]> git.proxmox.com Git - mirror_frr.git/blob - bgpd/rfp-example/rfptest/rfptest.c
*: auto-convert to SPDX License IDs
[mirror_frr.git] / bgpd / rfp-example / rfptest / rfptest.c
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 *
4 * Copyright 2015-2016, LabN Consulting, L.L.C.
5 *
6 */
7
8 #ifdef HAVE_CONFIG_H
9 #include "config.h"
10 #endif
11
12 /* dummy test program */
13 #include <stdio.h>
14 #include <stdlib.h>
15 #include "rfptest.h"
16 int main(void)
17 {
18 printf("Your test code goes here.\n");
19 exit(1);
20 }