-
Notifications
You must be signed in to change notification settings - Fork 4
support arp packet for proxy testing #5
Copy link
Copy link
Open
Milestone
Description
client, server에 대해서 mac address를 모를 수 있다.
mac address에 대한 개선도 필요하다. 다음과 같은 설정을 지원하도록 수정한다.
- static 설정
<sourceMac type="static">08:00:27:0D:56:93</sourceMac >
<destinationMac>08:00:27:0D:56:94</destinationMac>
type을 지정하지 않는다면 static이라고 판단한다.
-
interface 설정
<sourceMac type="interface"/> -
system arp table을 참고
<destinationMac type="arptable"/>
예제
example1.
<sourceMac type="interface"/>
<destinationMactype="arptable"/>
exmaple2. client2
<sourceMac type="interface"/>
<destinationMac type="static">08:00:27:0D:56:94</destinationMactype>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels