Skip to content

Commit

Permalink
Merge pull request #1801 from jrha/cleanup-metaconfig-xinetd
Browse files Browse the repository at this point in the history
ncm-metaconfig: xinetd: Fix wrapping and indentation in pan
  • Loading branch information
jrha authored Dec 16, 2024
2 parents 930c81b + ecf5217 commit a5ed7aa
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 a5ed7aa

Please sign in to comment.