Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Possible bug in the Configuration for FRR in OSPF6D use - pfSense 2.4.5

    Scheduled Pinned Locked Moved FRR
    1 Posts 1 Posters 257 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      Medeiros405
      last edited by

      Hello,

      I'm doing some test in the pfsense with frr for redistribute some ipv6 routers using the Ospfv3.

      I realized the web gui config is not writing correctly the route-map and the access-list IPv6.

      When I do the config the /var/etc/frr/ospf6d.conf file have this:

      !
      frr version 7.3.1
      frr defaults traditional
      !
      hostname vm-vrouter-01.medeiros.test
      password xxxxxx
      !
      !
      !
      router ospf6
      ospf6 router-id 192.168.210.241
      redistribute connected route-map REDE-OSPF-OUT-v6
      area 0.0.0.0 filter-list prefix REDE-OSPF-OUT-v6 out
      interface vtnet5 area 0.0.0.0
      !
      line vty
      !

      But the correct text in the /var/etc/frr/ospf6d.conf have to be:

      !
      frr version 7.3.1
      frr defaults traditional
      !
      hostname vm-vrouter-01.medeiros.test
      password xxxxxx
      !
      !
      !
      router ospf6
      ospf6 router-id 192.168.210.241
      redistribute connected route-map REDE-OSPF-OUT-v6
      area 0.0.0.0 filter-list prefix REDE-OSPF-OUT-v6 out
      interface vtnet5 area 0.0.0.0
      !
      ipv6 prefix-list REDE-OSPF-OUT-v6 seq 10 permit 2804:db8:15::/64 le 64
      !
      route-map REDE-OSPF-OUT-v6 permit 10
      match ipv6 address prefix-list REDE-OSPF-OUT-v6
      !
      line vty
      !

      When I made the config manually everything works ok!

      Thanks

      Medeiros

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.