-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6uplink #60
base: master
Are you sure you want to change the base?
v6uplink #60
Conversation
Since only bird6 resources are affected some module name with ffnord::bird6 prefix would be much nicer. If you don't want to enlarge the bird6.pp you could create a directory bird6 and put new files in there. Don't forget to update the README for new functionality. Apart from above, this looks okay for me. |
I'm working on functionality to also set up a GRE tunnel for the v6 uplink, which will then not really fit into the bird6 module. so i think it is reasonable to have this as a separate module. |
Okay, I see, next long term issue is then to get bird6 related stuff back into the bird6 type, maybe build some wrapper types. I personally find it unsettling to have bird configuration snipped spread all over the place. Better to keep the main configuration logic in one place, but as told above, later. |
for the moment an uplink device should be added to the mesh forward chain, as it is assumed that the server providing the uplink is trusted and also has an appropriate firewall in operation. |
tested and works. at the moment only bgp, tunnel will follow when we have multiple bgp machines
Should be nearly finished. Probably only missing corrected firewall rules so that connection tracking is not hindering asymmetric routing |
Info Kommentar: Meine PR ( #176 )hatte dadurch, dass ich die lint fehler berichtigt habe auch zeilen verschoben. Deswegen der conflict. |
70b4764
to
6d8bf60
Compare
allows to set up a v6 uplink connection via a bgp session