# HG changeset patch # User Ben Chang # Date 1340933165 25200 # Node ID 1b10a9e1d78c51c8676fa19c76180b911184d210 # Parent f239fb8865f3d635dcb5c505fbcb7795535bd907 7155892 dhcrelay -m append needs -a option to work diff -r f239fb8865f3 -r 1b10a9e1d78c components/isc-dhcp/isc-dhcp --- a/components/isc-dhcp/isc-dhcp Thu Jun 28 13:03:20 2012 -0700 +++ b/components/isc-dhcp/isc-dhcp Thu Jun 28 18:26:05 2012 -0700 @@ -162,7 +162,7 @@ # Get append_agent_option V4 property value # if [ "`get_prop append_agent_option`" = "true" ]; then - APPEND="-m append" + APPEND="-a -m append" else APPEND="" fi