Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2023-07-08,main
>---------------------------------------------------------------
commit 8fbf3482fc7a6727cc46870bb174682642b08639
Author: Sven Eckelmann <sven(a)narfation.org>
Date: Sun Jul 2 18:51:16 2023 +0000
doc: batman-adv/Faq
>---------------------------------------------------------------
8fbf3482fc7a6727cc46870bb174682642b08639
batman-adv/Faq.textile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/Faq.textile b/batman-adv/Faq.textile
index 24b0e837..bce87ab0 100644
--- a/batman-adv/Faq.textile
+++ b/batman-adv/Faq.textile
@@ -150,8 +150,8 @@ h2. B.A.T.M.A.N. Advanced - VLAN questions
h3. VLAN forwarding doesn't work
-*Q*: When I have a bridge which connects an ethernet devices with bat0, VLAN frames from the ethernet interfaces are not forwarded by batman-adv. Instead a warning like "@batman_adv: bat0: adding TT local entry xx:xx:xx:xx:xx:xx to non-existent VLAN 23@" is printed periodically. How is it possible to forward these frames
-*A*: batman-adv since 2014.0.0 is VLAN-aware. It is only able to forward VLAN frames when it knows about the VLAN. This can either be done by creating a VLAN device with the correct VID on top of the batadv (bat0) device:
+*Q*: When I have a bridge which connects an ethernet devices with bat0, 802.1Q VLAN frames from the ethernet interfaces are not forwarded by batman-adv. Instead a warning like "@batman_adv: bat0: adding TT local entry xx:xx:xx:xx:xx:xx to non-existent VLAN 23@" is printed periodically. How is it possible to forward these frames
+*A*: batman-adv since 2014.0.0 is 802.1Q VLAN-aware. It is only able to forward VLAN frames when it knows about the VLAN. This can either be done by creating a 802.1Q VLAN device with the correct VID on top of the batadv (bat0) device:
<pre>
ip link add link bat0 name bat0.23 type vlan id 23