Actions
Bug #6323
closedQuagga ospf doesn't work with static routes
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/05/2016
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
OSPFd is ignoring static routes in zebra.conf.
It began after router has been updated to v2.3(Quagga_OSPF ver. 0.6.13).
I checked on version 2.2.6, all works fine
Quagga ospfd.conf
password zebra
router ospf
redistribute static
network 10.44.0.0/30 area 0.0.0.0
network 192.168.214.0/24 area 2
Quagga zebra.conf
password zebra
ip route 192.168.219.0/24 192.168.214.20
ip route 192.168.114.0/24 192.168.214.11
ip route 192.168.114.0/24 192.168.214.16
Actions