From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 6 Nov 2021 22:17:59 +0100 From: Linus =?utf-8?Q?L=C3=BCssing?= Subject: Re: Unable to get DHCP after join wlan0 WIFI mesh network Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: To: The list for a Better Approach To Mobile Ad-hoc Networking On Fri, Nov 05, 2021 at 04:22:11PM -0700, Dweb Fan wrote: > 4. I follow the document > https://www.kernel.org/doc/Documentation/networking/batman-adv.txt, > but seems like unable to see batman related files/folders under > /sys/class/net/wlan0. Here is output: > $ ls /sys/class/net/wlan0 Hm, seems this link is outdated. Not sure who can update this or when it is going to be updated. Here is a more recent version of this file: https://www.kernel.org/doc/html/latest/networking/batman-adv.html sysfs and debugfs supported is deprecated for a while. Instead batctl and "ip link" should be used. Regards, Linus