/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to network-hooks.d/bridge

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    exit
30
30
fi
31
31
 
32
 
for brctl in /sbin/brctl /usr/sbin/brctl; do
33
 
    if [ -e "$brctl" ]; then
34
 
        break
35
 
    fi
36
 
done
37
 
 
38
32
case "$1" in
39
33
    start)
40
34
        /usr/sbin/brctl addbr "$BRIDGE"
62
56
        ;;
63
57
    files)
64
58
        echo /bin/ip
65
 
        echo "$brctl"
 
59
        echo /usr/sbin/brctl
66
60
        ;;
67
61
    modules)
68
62
        echo bridge