Bug #2542
Quagga OSPF GUI produces wrong ospfd.conf
| Status: | Resolved | Start date: | 07/06/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Affected Architecture: | All |
Description
If you use option "Disable Redistribution" with an network, ie: 10.0.0.0/24 the interface produces a
no network 10.0.0.0/24 area 0.0.0.0
infact what should be done is a access-list, here a config example:
The name of the access-list is custom, in this example: block-ospf-out.
router ospf
ospf router-id 1.2.3.4
redistribute connected
redistribute static
redistribute kernel
network 10.112.0.0/30 area 0.0.0.0
distribute-list block-ospf-out out connected
distribute-list block-ospf-out out kernel
distribute-list block-ospf-out out static
!
access-list block-ospf-out deny 1.2.3.0/30
access-list block-ospf-out permit any
!
Associated revisions
Fixup quagga's behavior for disabling redistribution of certain networks. Fixes #2542
History
#1
Updated by Martin Saini 11 months ago
#2
Updated by Jim P 11 months ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 03a64d4591eab9c59f98e698a225adf2673100e3.
#3
Updated by Chris Buechler 6 months ago
- Status changed from Feedback to Resolved