Skip to content

support arp packet for proxy testing #5

@morenice

Description

@morenice

client, server에 대해서 mac address를 모를 수 있다.

mac address에 대한 개선도 필요하다. 다음과 같은 설정을 지원하도록 수정한다.

  1. static 설정
    <sourceMac type="static">08:00:27:0D:56:93 </sourceMac >
    <destinationMac>08:00:27:0D:56:94</destinationMac>

type을 지정하지 않는다면 static이라고 판단한다.

  1. interface 설정
    <sourceMac type="interface"/>

  2. 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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions