Hi Forest,

On 06/21/2012 12:06 AM, Forest Bond wrote:
From: Forest Bond <forest.b...@rapidrollout.com>

The ARP header type for PPP connections is ARPHRD_PPP (512).
---
  src/rtnl.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/rtnl.c b/src/rtnl.c
index 4f50219..a0e393b 100644
--- a/src/rtnl.c
+++ b/src/rtnl.c
@@ -438,6 +438,7 @@ static void process_newlink(unsigned short type, int index, 
unsigned flags,
        case ARPHRD_ETHER:
        case ARPHRD_LOOPBACK:
        case ARPHDR_PHONET_PIPE:
+       case ARPHRD_PPP:
        case ARPHRD_NONE:
                __connman_ipconfig_newlink(index, type, flags,
                                                        str, mtu, &stats);


Looks good, ACK from me.

Cheers,
Jukka

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to