]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Comment for included
authorDonald Lee <dlqs@gmx.com>
Mon, 26 Jul 2021 14:45:40 +0000 (22:45 +0800)
committerDonald Lee <dlqs@gmx.com>
Mon, 26 Jul 2021 14:47:50 +0000 (22:47 +0800)
Signed-off-by: Donald Lee <dlqs@gmx.com>
lib/frrscript.h

index fba124909adf378f76e4e14b2a21a01373ac062f..953c45814504a2bcc7c1c14604e70208a31e53f6 100644 (file)
@@ -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" {