diff options
-rw-r--r-- | examples/bridge | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/bridge b/examples/bridge new file mode 100644 index 0000000..98154b8 --- /dev/null +++ b/examples/bridge @@ -0,0 +1,5 @@ +INTERFACE="br0" +CONNECTION="bridge" +DESCRIPTION="Example Bridge connection" +BRIDGE_INTERFACES="eth0 eth1 tap0" +IP="dhcp" |