mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 18:21:54 +00:00
28 lines
424 B
Plaintext
28 lines
424 B
Plaintext
|
/*
|
||
|
* BIRD -- The Border Gateway Protocol
|
||
|
*
|
||
|
*
|
||
|
* Parsons, Inc.
|
||
|
* (c) 2013-2013
|
||
|
*
|
||
|
* Code can be used under either license:
|
||
|
* - Freely distributed and used under the terms of the GNU GPLv2.
|
||
|
* - Freely distributed and used under a BSD license, See README.bgpsec.
|
||
|
*/
|
||
|
|
||
|
CF_HDR
|
||
|
|
||
|
/* #include "proto/bgp/bgpsec/bgpsec.h" */
|
||
|
|
||
|
CF_DEFINES
|
||
|
|
||
|
CF_DECLS
|
||
|
|
||
|
CF_KEYWORDS(BGPSEC_CONFIG)
|
||
|
|
||
|
CF_GRAMMAR
|
||
|
|
||
|
CF_CODE
|
||
|
|
||
|
CF_END
|