mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-10 07:21:59 +05:30
Updated MTU in 03-wireless-ad-hoc.network
Added link to open mesh page announcing systemd support
This commit is contained in:
parent
55a54440f7
commit
eb51df86e4
@ -28,7 +28,7 @@ or anyone else advocating for their rights).
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- systemd{,-networkd} v248 or more (for batman support)
|
- systemd{,-networkd} v248 or more (for [batman support][batman-systemd])
|
||||||
- Linux kernel with batman-adv module (if `modinfo batman-adv` shows
|
- Linux kernel with batman-adv module (if `modinfo batman-adv` shows
|
||||||
no error then you already have it)
|
no error then you already have it)
|
||||||
- iwd (for starting ad-hoc network)
|
- iwd (for starting ad-hoc network)
|
||||||
@ -157,3 +157,4 @@ This project is in alpha stage. Documentation is incomplete.
|
|||||||
[python-dasbus]: https://github.com/rhinstaller/dasbus
|
[python-dasbus]: https://github.com/rhinstaller/dasbus
|
||||||
[naxalnet-git]: https://aur.archlinux.org/packages/naxalnet-git
|
[naxalnet-git]: https://aur.archlinux.org/packages/naxalnet-git
|
||||||
[arch-resolved]: https://wiki.archlinux.org/title/Systemd-resolved#DNS
|
[arch-resolved]: https://wiki.archlinux.org/title/Systemd-resolved#DNS
|
||||||
|
[batman-systemd]: https://www.open-mesh.org/news/101
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
# It assumes there is only one interface in ad-hoc mode.
|
# It assumes there is only one interface in ad-hoc mode.
|
||||||
WLANInterfaceType=ad-hoc
|
WLANInterfaceType=ad-hoc
|
||||||
|
|
||||||
|
[Link]
|
||||||
|
# BATMAN packets are 32 bits larger than normal packets
|
||||||
|
# and I don't know what that means
|
||||||
|
MTUBytes=1560
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
Description=ad-hoc network connecting to other nodes
|
Description=ad-hoc network connecting to other nodes
|
||||||
BatmanAdvanced=bat0
|
BatmanAdvanced=bat0
|
||||||
|
Loading…
Reference in New Issue
Block a user