summaryrefslogtreecommitdiff
path: root/lib/frrscript.h
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-07-26 22:45:40 +0800
committerDonald Lee <dlqs@gmx.com>2021-07-26 22:47:50 +0800
commit6ffeb9f79fb2efc2b87767491ab7d8a32e4532a2 (patch)
tree4824a480b7c51244adaf7fa04cfda3fd5fa39a2b /lib/frrscript.h
parent36cf58c78594aed9fc79ab408d4a00e79e1ba483 (diff)
bgpd: Comment for included
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrscript.h')
-rw-r--r--lib/frrscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrscript.h b/lib/frrscript.h
index fba124909a..953c458145 100644
--- a/lib/frrscript.h
+++ b/lib/frrscript.h
@@ -25,7 +25,7 @@
#include <lua.h>
#include "frrlua.h"
-#include "bgpd/bgp_script.h"
+#include "bgpd/bgp_script.h" // for peer and attr encoders/decoders
#ifdef __cplusplus
extern "C" {