]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix condition allowas-in in rsclient code
authorMilan Kocian <milon@wq.cz>
Fri, 18 Oct 2013 07:59:38 +0000 (07:59 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 19 May 2014 21:51:19 +0000 (23:51 +0200)
commit000e157c852653288c5a1e6d0dee821c1765d315
tree28a654105d50b5f55c9e865a223ba93366fe3839
parent5d804b439a4138c77f81de30c64f923e2b5c1340
bgpd: Fix condition allowas-in in rsclient code

Currently when you set neighbour's 'allowas-in' option on route server side
you get redistribution of the prefixes from this neighbour's table into all
neighbour's tables which have the same AS number. I think that wanted behaviour
is to allow import prefixes from neighbour's tables with the same AS num
into neighbour which has 'allowas-in' option set.

Signed-off-by: Milan Kocian <milon@wq.cz>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_route.c