artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f15e08
)
unbreak VPN routes installation into FIB
author
denis
<denis@openbsd.org>
Wed, 26 Dec 2018 13:24:28 +0000
(13:24 +0000)
committer
denis
<denis@openbsd.org>
Wed, 26 Dec 2018 13:24:28 +0000
(13:24 +0000)
OK claudio@
usr.sbin/bgpd/rde.c
patch
|
blob
|
history
diff --git
a/usr.sbin/bgpd/rde.c
b/usr.sbin/bgpd/rde.c
index
01b47a6
..
af8dd2e
100644
(file)
--- a/
usr.sbin/bgpd/rde.c
+++ b/
usr.sbin/bgpd/rde.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rde.c,v 1.45
4 2018/12/22 16:12:40 claudio
Exp $ */
+/* $OpenBSD: rde.c,v 1.45
5 2018/12/26 13:24:28 denis
Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@
-2469,7
+2469,7
@@
rde_rdomain_import(struct rde_aspath *asp, struct rdomain *rd)
struct filter_set *s;
TAILQ_FOREACH(s, &rd->import, entry) {
- if (community_match(asp, &s->action.community, 0))
+ if (community_
ext_
match(asp, &s->action.community, 0))
return (1);
}
return (0);