Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Add interface_mtu processing
Browse files Browse the repository at this point in the history
Change-Id: I53d6ff29a0e17ead1ad0806b826667db65147911
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
  • Loading branch information
Dmitry Shmidt committed Jun 11, 2013
1 parent 0df3f47 commit 84b7252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dhcpcd-hooks/95-configured
Expand Up @@ -20,6 +20,7 @@ BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT)
setprop dhcp.${intf}.leasetime "${new_dhcp_lease_time}"
setprop dhcp.${intf}.server "${new_dhcp_server_identifier}"
setprop dhcp.${intf}.vendorInfo "${new_vendor_encapsulated_options}"
setprop dhcp.${intf}.mtu "${new_interface_mtu}"

setprop dhcp.${intf}.result "ok"
;;
Expand Down

0 comments on commit 84b7252

Please sign in to comment.