1 diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h
2 index aea3d13..8fcbf81 100644
3 --- a/net/bridge/br_private.h
4 +++ b/net/bridge/br_private.h
6 #define BR_GROUPFWD_8021AD 0xB801u
8 /* Path to usermode spanning tree program */
9 -#define BR_STP_PROG "/sbin/bridge-stp"
10 +#define BR_STP_PROG "/run/current-system/sw/bin/bridge-stp"
12 typedef struct bridge_id bridge_id;
13 typedef struct mac_addr mac_addr;