mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-08 00:11:07 +02:00
fixing regression due to #71
This commit is contained in:
parent
082efddf90
commit
3f062f2828
@ -114,11 +114,6 @@ func (nrc *NetworkRoutingController) Run(stopCh <-chan struct{}, wg *sync.WaitGr
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
err = nrc.initExportPolicies()
|
|
||||||
if err != nil {
|
|
||||||
glog.Errorf("Failed to add BGP export policies %s.", err.Error())
|
|
||||||
}
|
|
||||||
|
|
||||||
// loop forever till notified to stop on stopCh
|
// loop forever till notified to stop on stopCh
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user