/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

* network-hooks.d: New directory.
* network-hooks.d/bridge: New example hook.
* network-hooks.d/bridge.conf: Config file for bridge example hook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        ;;
57
57
    files)
58
58
        echo /bin/ip
59
 
        echo /usr/sbin/brctl
60
 
        ;;
61
 
    modules)
62
 
        echo bridge
 
59
        echo /usr/bin/brctl
63
60
        ;;
64
61
esac