File: rtnetlink.h

package info (click to toggle)
openbgpd 8.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,148 kB
  • sloc: ansic: 51,026; sh: 11,743; yacc: 5,511; makefile: 323
file content (15 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Public domain
 * linux/rtnetlink.h compatibility shim
 */

#include_next <linux/rtnetlink.h>

#ifndef LIBCOMPAT_LINUX_RTNETLINK_H
#define LIBCOMPAT_LINUX_RTNETLINK_H

#ifndef RTPROT_BGP
#define RTPROT_BGP		186	/* BGP Routes */
#endif

#endif