Bug #2542

Quagga OSPF GUI produces wrong ospfd.conf

Added by Martin Saini 11 months ago. Updated 6 months ago.

Status:Resolved Start date:07/06/2012
Priority:Normal Due date:
Assignee:Jim P % 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

Revision 03a64d45
Added by Jim P 11 months ago

Fixup quagga's behavior for disabling redistribution of certain networks. Fixes #2542

History

#2 Updated by Jim P 11 months ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100

#3 Updated by Chris Buechler 6 months ago

  • Status changed from Feedback to Resolved

Also available in: Atom PDF