Hi All,
The Makefile doesn't install bridge-stp
- install -m 755 bridge-stp /sbin/bridge-stp + install -m 755 bridge-stp $(DESTDIR)/sbin/bridge-stp
And it might be useful to add a sanity check to make sure kernel is in the right BR_USER_STP mode:
cat /sys/class/net/br0/bridge/stp_state 2
Log in to post a comment.
Hi All,
The Makefile doesn't install bridge-stp
- install -m 755 bridge-stp /sbin/bridge-stp
+ install -m 755 bridge-stp $(DESTDIR)/sbin/bridge-stp
And it might be useful to add a sanity check to make sure kernel is in the right BR_USER_STP mode:
cat /sys/class/net/br0/bridge/stp_state
2