Skip to content

Commit

Permalink
test: development commit, work in progress, to squash
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet2mir committed Sep 27, 2023
1 parent ccd0585 commit 5cf2ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exabgp/configuration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def validate(self):
for neighbor in self.neighbors.values():
for notification in neighbor.api:
for api in neighbor.api[notification]:
if not self.processes[api].get('run', ''):
if neighbor.api[notification] != [neighbor.PROCESS_ALL] and not self.processes[api].get('run', ''):
return self.error.set(
"\n\nan api called '%s' is used by neighbor '%s' but not defined\n\n"
% (api, neighbor['peer-address']),
Expand Down

0 comments on commit 5cf2ec9

Please sign in to comment.