Opened 4 years ago
Closed 10 months ago
#63 closed enhancement (fixed)
Support all protocols in the services
| Reported by: | victor | Owned by: | victor |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8 |
| Component: | suite | Version: | |
| Keywords: | Cc: |
Description
Currently there is a small number of protocols supported and the support is hardcoded. We have TCP, UDP, ICMP, AH, ESP, Protocol 41 and GRE. There is no way in Vuurmuur to add others, like IGMP for example.
Right now the backend stores a protocol like this:
TCP="80:81*1024:65535"
UDP=""
ICMP=""
We can change this to something like:
PROTO="6,80:81*1024:65535"
PROTO="17,53*1024:65535"
PROTO="2"
Of course the changes should be backwards compatible.
Change History (2)
comment:1 Changed 10 months ago by victor
- Milestone changed from 0.9 to 0.8
comment:2 Changed 10 months ago by victor
- Resolution set to fixed
- Status changed from new to closed
Completed by changeset:433.
Note: See
TracTickets for help on using
tickets.

Working on this.