Configuration name @if (form.controls.name.hasError('required')) { Name is required! }
Cancel Save
Source Press Enter to add @if (form.controls.source_mac_control.hasError('pattern')) { Mac address is incorrect! }
@for (mac of form.controls.source_mac.value; track $index) { {{ mac }} } @empty { All addresses }
Destination Press Enter to add @if (form.controls.dest_mac_control.hasError('pattern')) { Mac address is incorrect! }
@for (mac of form.controls.dest_mac.value; track $index) { {{ mac }} } @empty { All addresses }
@if (sizeRangeOptions().length) { Add size range @for (range of sizeRangeOptions(); track $index) { {{ range[0] }} — {{ range[1] }} } } @for (range of form.controls.frame_ranges.value; track $index) { {{ range[0] }} — {{ range[1] }} } @empty { All sizes }
@if (protocolOptions().length) { Add protocol @for (protocol of protocolOptions(); track $index) { {{ protocol }} } } @for (protocol of form.controls.protocols.value; track $index) { {{ protocol }} } @empty { None }