diff options
author | Russ White <russ@riw.us> | 2021-01-19 13:17:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 13:17:03 +0100 |
commit | c0b6ef23f74ef05f6a7550b78590e31605e7f90f (patch) | |
tree | 42c8bfea591bb848a0ca4e6ff41116bb62277d34 /bgpd/subdir.am | |
parent | Merge pull request #7790 from mobash-rasool/ospfv3-max-path (diff) | |
parent | debian: work around NetDef CI missing lua packages (diff) | |
download | frr-c0b6ef23f74ef05f6a7550b78590e31605e7f90f.tar.xz frr-c0b6ef23f74ef05f6a7550b78590e31605e7f90f.zip |
Merge pull request #7639 from qlyoung/frr-lua
Scripting
Diffstat (limited to 'bgpd/subdir.am')
-rw-r--r-- | bgpd/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am index ac84f4b9e..df1555c32 100644 --- a/bgpd/subdir.am +++ b/bgpd/subdir.am @@ -96,6 +96,7 @@ bgpd_libbgp_a_SOURCES = \ bgpd/bgp_regex.c \ bgpd/bgp_route.c \ bgpd/bgp_routemap.c \ + bgpd/bgp_script.c \ bgpd/bgp_table.c \ bgpd/bgp_updgrp.c \ bgpd/bgp_updgrp_adv.c \ @@ -175,6 +176,7 @@ noinst_HEADERS += \ bgpd/bgp_rd.h \ bgpd/bgp_regex.h \ bgpd/bgp_route.h \ + bgpd/bgp_script.h \ bgpd/bgp_table.h \ bgpd/bgp_updgrp.h \ bgpd/bgp_vpn.h \ |