diff options
| author | Renato Westphal <renato@openbsd.org> | 2019-01-10 11:21:18 -0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 11:21:18 -0200 | 
| commit | 1c4213d8628dcad97880c8a401cb3a82bb77c04b (patch) | |
| tree | 47f153144968e45da221760336595ea94698edb0 /bgpd/subdir.am | |
| parent | e6cc3dc98b5ffe78a843af60649e478d649ef93c (diff) | |
| parent | 4e802e662e67fc98e69411cbcee4f1e2a82ed5c8 (diff) | |
Merge pull request #3198 from donaldsharp/mac_rejection
Mac rejection
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 7d7d3ca189..7dd1d73f69 100644 --- a/bgpd/subdir.am +++ b/bgpd/subdir.am @@ -72,6 +72,7 @@ bgpd_libbgp_a_SOURCES = \  	bgpd/bgp_label.c \  	bgpd/bgp_labelpool.c \  	bgpd/bgp_lcommunity.c \ +	bgpd/bgp_mac.c \  	bgpd/bgp_memory.c \  	bgpd/bgp_mpath.c \  	bgpd/bgp_mplsvpn.c \ @@ -145,6 +146,7 @@ noinst_HEADERS += \  	bgpd/bgp_label.h \  	bgpd/bgp_labelpool.h \  	bgpd/bgp_lcommunity.h \ +	bgpd/bgp_mac.h \  	bgpd/bgp_memory.h \  	bgpd/bgp_mpath.h \  	bgpd/bgp_mplsvpn.h \  | 
