I submitted the identical patch back on May 26, and it was ignored.   
Am I just wasting my time sending in patches?


On Jun 11, 2008, at 1:03 PM, John Crispin wrote:

> applied, but forgot the signed off in the commit msg, sorry
>
> Brian J. Murrell wrote:
>> I'd like to propose the following patch to
>> package/ppp/files/etc/ppp/ip-up.  It means that hotplug scripts can
>> source the network state and get information about the newly  
>> plumbed ppp
>> interface.
>>
>> Signed off by: Brian J. Murrell <[EMAIL PROTECTED]>
>>
>> Index: package/ppp/files/etc/ppp/ip-up
>> ===================================================================
>> --- package/ppp/files/etc/ppp/ip-up  (revision 10709)
>> +++ package/ppp/files/etc/ppp/ip-up  (working copy)
>> @@ -6,11 +6,11 @@
>> PPP_REMOTE="$5"
>> PPP_IPPARAM="$6"
>> export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM
>> -[ -z "$PPP_IPPARAM" ] || env -i ACTION="ifup"  
>> INTERFACE="$PPP_IPPARAM" DEVICE="$PPP_IFACE" PROTO=ppp /sbin/ 
>> hotplug-call "iface"
>> [ -z "$PPP_IPPARAM" -o -z "$PPP_LOCAL" ] || {
>>      uci_set_state network "$PPP_IPPARAM" ipaddr "$PPP_LOCAL"
>>      uci_set_state network "$PPP_IPPARAM" gateway "$PPP_REMOTE"
>> }
>> +[ -z "$PPP_IPPARAM" ] || env -i ACTION="ifup"  
>> INTERFACE="$PPP_IPPARAM" DEVICE="$PPP_IFACE" PROTO=ppp /sbin/ 
>> hotplug-call "iface"
>>
>>
>> [ -d /etc/ppp/ip-up.d ] && {
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to