Skip to content

Commit

Permalink
ncm-metaconfig: xinetd: Fix wrapping and indentation in pan
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Dec 12, 2024
1 parent ec20d0d commit ecf5217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ncm-metaconfig/src/main/metaconfig/xinetd/pan/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ type xinetd_options_type = choice("RPC", "INTERNAL", "TCPMUX", "TCPMUXPLUS", "UN

type xinetd_options_flags = choice("INTERCEPT", "NORETRY", "IDONLY",
"NAMEINARGS", "NODELAY", "KEEPALIVE", "NOLIBWRAP", "SENSOR", "IPv4", "IPv6",
"LABELED", "REUSE");
"LABELED", "REUSE"
);

type xinetd_options_ips = string; # TODO, write proper check for all possible combinations

Expand Down

0 comments on commit ecf5217

Please sign in to comment.