File: bridge

package info (click to toggle)
ifupdown-ng 0.12.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 964 kB
  • sloc: ansic: 3,572; sh: 980; makefile: 233
file content (8 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
case "$PHASE" in
depend)
	if [ "$IF_BRIDGE_PORTS" != "none" ]; then
		echo "$IF_BRIDGE_PORTS"
	fi
	;;
esac