소스 검색

fixed DHCPv6 processing

tags/v1.0.0
Pascal Gloor 5 년 전
부모
커밋
64cb08090a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dhcp_protect.c

+ 1
- 1
dhcp_protect.c 파일 보기

@@ -296,7 +296,7 @@ void dp_dhcpv6_check(dp_conf *conf, unsigned char *pkt, int pktlen, int offset,
if ( conf->debug ) printf("this is a relay msg\n");
break;
default: // all other msgtypes
offset += 2; // msg-type, hop-count
offset += 4; // msg-type, transaction-id
}

if ( conf->debug ) printf("offset=%i\n",offset);

Loading…
취소
저장