fff-babeld: Clarify warning about missing ipv4 peering address #75

Closed
fbl wants to merge 1 commits from fbl:peerip into master
Owner

When neither peer_ip nor ipaddr are set, no ipv4 address for peering
interfaces is available. Therefore, no IPv4 routes can be advertised.

Other than that, a configuration like this is perfectly valid and
configuration is already continued. Therefore, the "FATAL" message might
be misleading so it is replaced with "WARNING" and clarified slightly.

Signed-off-by: Fabian Bläse fabian@blaese.de

When neither peer_ip nor ipaddr are set, no ipv4 address for peering interfaces is available. Therefore, no IPv4 routes can be advertised. Other than that, a configuration like this is perfectly valid and configuration is already continued. Therefore, the "FATAL" message might be misleading so it is replaced with "WARNING" and clarified slightly. Signed-off-by: Fabian Bläse <fabian@blaese.de>
fbl added this to the 20210211-beta milestone 2021-01-11 12:10:06 +01:00
fbl added the
layer3
trivial
labels 2021-01-11 12:11:06 +01:00
fbl force-pushed peerip from d1bf5fef27 to f1137cafa5 2021-01-11 12:12:31 +01:00 Compare
fbl requested review from jkimmel 2021-01-11 12:13:47 +01:00
jkimmel reviewed 2021-01-11 12:43:58 +01:00
@ -41,3 +41,3 @@
uci add_list "$option"=$(echo $ipaddr | cut -d / -f1)
else
echo "FATAL: Neither peer_ip nor ipaddr set! No peering ipv4 set!"
echo "WARNING: Neither peer_ip nor ipaddr set! IPv4 routing is not possible."
Owner

Ich glaube "Native IPv4 routing is not possible" wäre noch ein ticken bisser, oder?
Vielleicht waere auch ein Hinweis gut, dass falls das Absicht ist, man eventuell an den DNS64 denken soll?

Ich glaube "Native IPv4 routing is not possible" wäre noch ein ticken bisser, oder? Vielleicht waere auch ein Hinweis gut, dass falls das Absicht ist, man eventuell an den DNS64 denken soll?
Author
Owner

"WARNING: Neither peer_ip nor ipaddr set! Native IPv4 routing is not possible. Using a DNS64-capable DNS server is recommended."

Allerdings bin ich mir bei dem Hinweis nicht sicher, ob ich das (aktuell!) wirklich da haben will. Wenn man so ein Setup aktuell baut, dann weiß man entweder, was man tut, oder man sollte es (aktuell) vermeiden..

"WARNING: Neither peer_ip nor ipaddr set! Native IPv4 routing is not possible. Using a DNS64-capable DNS server is recommended." Allerdings bin ich mir bei dem Hinweis nicht sicher, ob ich das (aktuell!) wirklich da haben will. Wenn man so ein Setup aktuell baut, dann weiß man entweder, was man tut, oder man sollte es (aktuell) vermeiden..
Owner

Also das mit Native... find ich weiterhin gut. Formulierung fuer den DNS64 find ich auch gelungen.

Aber ja, eigentlich hast du recht, dass das momentan nur wirklich passiert, wenn man das mit Absicht macht und dann ists klar wegen DNS64.

Ich bin auch ohne dem letzten Satz einverstanden. Vielleicht hat jemanden anderes noch eine Meinung dazu.

Also das mit `Native...` find ich weiterhin gut. Formulierung fuer den `DNS64` find ich auch gelungen. Aber ja, eigentlich hast du recht, dass das momentan nur wirklich passiert, wenn man das mit Absicht macht und dann ists klar wegen `DNS64`. Ich bin auch ohne dem letzten Satz einverstanden. Vielleicht hat jemanden anderes noch eine Meinung dazu.
jkimmel marked this conversation as resolved
jkimmel approved these changes 2021-01-11 13:29:29 +01:00
Owner

Reviewed-by: Johannes Kimmel <fff@bareminimum.eu>

`Reviewed-by: Johannes Kimmel <fff@bareminimum.eu>`
adschm added the
packages/fff
label 2021-01-13 21:50:56 +01:00
Owner

Wird gleich gemergt.

Wird gleich gemergt.
adschm closed this pull request 2021-01-13 21:51:03 +01:00
Owner
https://git.freifunk-franken.de/freifunk-franken/firmware/commit/33d65836feeb76fc461386711a49d47c3da98e6c
fbl deleted branch peerip 2021-01-27 16:52:38 +01:00

Pull request closed

Sign in to join this conversation.
No description provided.