Skip to content

Commit

Permalink
Merge pull request #1794 from jrha/cleanup-metaconfig-conntrackd
Browse files Browse the repository at this point in the history
ncm-metaconfig: conntrackd: Fix wrapping and indentation in pan
  • Loading branch information
jrha authored Dec 16, 2024
2 parents 8f571fa + af55e50 commit b6d6614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ncm-metaconfig/src/main/metaconfig/conntrackd/pan/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ type conntrackd_service_general_filter_action = {
type conntrackd_service_general_filter_protocol_option = choice('TCP', 'SCTP', 'DCCP', 'UDP', 'ICMP', 'IPv6-ICMP');

type conntrackd_service_general_filter_state_option = choice(
'SYN_SENT', 'SYN_RECV', 'ESTABLISHED', 'FIN_WAIT', 'CLOSE_WAIT', 'LAST_ACK', 'TIME_WAIT', 'CLOSED', 'LISTEN');
'SYN_SENT', 'SYN_RECV', 'ESTABLISHED', 'FIN_WAIT', 'CLOSE_WAIT', 'LAST_ACK', 'TIME_WAIT', 'CLOSED', 'LISTEN'
);

type conntrackd_service_general_filter_state = {
include conntrackd_service_general_filter_action
Expand Down

0 comments on commit b6d6614

Please sign in to comment.