-
- Downloads
batman-adv: split tvlv into a separate file
The tvlv functionality in main.c is mostly unrelated to the rest of the content. It still takes up a large portion of this source file (~45%, 588 lines). Moving it to a separate file makes it better visible as a main component of the batman-adv implementation and hides it less in the other helper functions in main.c Signed-off-by:Markus Pargmann <mpa@pengutronix.de> [sven@narfation.org: fix conflicts with current version, fix includes, rewrote commit message] Signed-off-by:
Sven Eckelmann <sven@narfation.org> Signed-off-by:
Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by:
Simon Wunderlich <sw@simonwunderlich.de>
Showing
- net/batman-adv/Makefile 1 addition, 0 deletionsnet/batman-adv/Makefile
- net/batman-adv/bat_iv_ogm.c 1 addition, 0 deletionsnet/batman-adv/bat_iv_ogm.c
- net/batman-adv/bat_v_ogm.c 1 addition, 0 deletionsnet/batman-adv/bat_v_ogm.c
- net/batman-adv/distributed-arp-table.c 1 addition, 0 deletionsnet/batman-adv/distributed-arp-table.c
- net/batman-adv/gateway_common.c 1 addition, 0 deletionsnet/batman-adv/gateway_common.c
- net/batman-adv/main.c 0 additions, 591 deletionsnet/batman-adv/main.c
- net/batman-adv/main.h 0 additions, 34 deletionsnet/batman-adv/main.h
- net/batman-adv/multicast.c 1 addition, 0 deletionsnet/batman-adv/multicast.c
- net/batman-adv/network-coding.c 1 addition, 0 deletionsnet/batman-adv/network-coding.c
- net/batman-adv/routing.c 1 addition, 0 deletionsnet/batman-adv/routing.c
- net/batman-adv/translation-table.c 1 addition, 0 deletionsnet/batman-adv/translation-table.c
- net/batman-adv/tvlv.c 630 additions, 0 deletionsnet/batman-adv/tvlv.c
- net/batman-adv/tvlv.h 61 additions, 0 deletionsnet/batman-adv/tvlv.h
Loading
Please register or sign in to comment