Skip to content

Commit

Permalink
batman-adv-legacy: Change netlink name from "batadv" to "batadv_legacy"
Browse files Browse the repository at this point in the history
sed -i "s/^#define BATADV_NL_NAME \"batadv\"/#define BATADV_NL_NAME \"batadv_legacy\"/" uapi/linux/batman_adv.h

Signed-off-by: Linus Lüssing <[email protected]>
  • Loading branch information
T-X committed Nov 27, 2018
1 parent a7bbf2f commit 36e25e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uapi/linux/batman_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef _UAPI_LINUX_BATMAN_ADV_H_
#define _UAPI_LINUX_BATMAN_ADV_H_

#define BATADV_NL_NAME "batadv"
#define BATADV_NL_NAME "batadv_legacy"

#define BATADV_NL_MCAST_GROUP_TPMETER "tpmeter"

Expand Down

0 comments on commit 36e25e1

Please sign in to comment.