diff options
Diffstat (limited to 'examples/ethernet-dhcp')
-rw-r--r-- | examples/ethernet-dhcp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ethernet-dhcp b/examples/ethernet-dhcp new file mode 100644 index 0000000..78edfc4 --- /dev/null +++ b/examples/ethernet-dhcp @@ -0,0 +1,4 @@ +CONNECTION="ethernet-iproute" +DESCRIPTION="A basic dhcp ethernet connection using iproute" +INTERFACE="eth0" +IP="dhcp" |