This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22892
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
a6ad512d82
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a6ad512d82'
${ noResults }
freifunkist-firmware
/
package
/
trelay
/
files
/
trelay.hotplug
6 lines
102 B
Raw
Normal View
History
Unescape
Escape
add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client mode devices over vlans to other hosts SVN-Revision: 31122
13 years ago
case "$ACTION" in
add|register)
[ -f /var/run/trelay.active ] && /etc/init.d/trelay start
;;
esac