From fcd6805f6219fb2397dce86908dcc4aff1361656 Mon Sep 17 00:00:00 2001 From: Tobias Schramm Date: Wed, 15 Apr 2020 12:49:32 +0200 Subject: [PATCH] Update config example --- respondd.conf.example | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/respondd.conf.example b/respondd.conf.example index e85bed2..4726df4 100644 --- a/respondd.conf.example +++ b/respondd.conf.example @@ -14,7 +14,8 @@ MulticastSiteAddress: ff05::2:1001 # are mapped to this domain DefaultDomain: ffki # Default domain type -# optional +# optional, default: simple +# supported domain types are: simple, batadv DomainType: batadv # Default ddhcpd IPv4 gateway address # optional @@ -24,11 +25,17 @@ IPv4Gateway: 10.116.128.8 # User your own domain name here [ffki] # This is a batman domain -# optional, mandatory if DomainType not set, default: @DomainType +# optional, default: @Defaults.DomainType # supported domain types are: simple, batadv DomainType: batadv +# Link local listen addresses +# optional, default: @Defaults.MulticastLinkAddress +MulticastLinkAddress: ff02::2:1001 +# Site local listen addresses +# optional, default: @Defautls.MulticastSiteAddress +MulticastSiteAddress: ff05::2:1001 # Batman interface -# only for batadv domains, mandatory for batadv domains +# only for batadv domains, defaults to bat- BatmanInterface: bat-ffki # Other listen interfaces # optional, specify listen/multicast interfaces for this domain here