diff options
| author | Russ White <russ@riw.us> | 2021-01-19 07:17:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 07:17:03 -0500 |
| commit | c0b6ef23f74ef05f6a7550b78590e31605e7f90f (patch) | |
| tree | 42c8bfea591bb848a0ca4e6ff41116bb62277d34 /lib/libfrr.h | |
| parent | 4168228f25e51d947a93fc09fe1d5866e3523a25 (diff) | |
| parent | 56df11cb85f05b035bb3234a14d9062a27b1f61d (diff) | |
Merge pull request #7639 from qlyoung/frr-lua
Scripting
Diffstat (limited to 'lib/libfrr.h')
| -rw-r--r-- | lib/libfrr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libfrr.h b/lib/libfrr.h index 2e4dcbe093..c446931468 100644 --- a/lib/libfrr.h +++ b/lib/libfrr.h @@ -81,6 +81,7 @@ struct frr_daemon_info { #endif const char *vty_path; const char *module_path; + const char *script_path; const char *pathspace; bool zpathspace; @@ -162,6 +163,7 @@ extern char frr_zclientpath[256]; extern const char frr_sysconfdir[]; extern char frr_vtydir[256]; extern const char frr_moduledir[]; +extern const char frr_scriptdir[]; extern char frr_protoname[]; extern char frr_protonameinst[]; |
