FRR redistribute bgp route-map xxx at RIP
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 863
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 10
Description
OPNsense 26.7.1_1 os_frr installed and used.
It is not possible to restrict the announcing of routes in the RIP part of the FRR routing stuff.
It is only possible to annonce all:
router rip
default-metric 5
network x.x.x.x/24
passive-interface vlan0.x
passive-interface vlan0.y
passive-interface vlan0.z
redistribute bgp
version 2
exit
There is no option in the GUI to set a route-map for redistribute bgp
So always all routes of the internet are announced.
There should be an option to choose a route-map.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the os_frr GUI configuration for RIP redistribution and how it generates the FRR configuration. The change is complete when users can select a route-map for redistributed BGP routes and the generated RIP configuration restricts announcements accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100