소스 검색

Adding v6 and vlan support

Antony Messerli 9 년 전
부모
커밋
2c8dad064f
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      ipxe/local/general.h

+ 4 - 2
ipxe/local/general.h

@@ -1,2 +1,4 @@
-#define IMAGE_COMBOOT
-#define DOWNLOAD_PROTO_HTTPS
+#define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */      
+#define IMAGE_COMBOOT         /* COMBOOT */
+#define NET_PROTO_IPV6        /* IPv6 protocol */
+#define VLAN_CMD              /* VLAN commands */