Skip to content

Commit

Permalink
Fixes #9693: Enable IPv6 for cf-serverd
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Nov 13, 2017
1 parent 6fc4569 commit cc9e65d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions techniques/system/common/1.0/cf-served.st
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ bundle common def
host2ip("${def.policy_server}")
};

classes:
"ipv6_enabled" expression => fileexists("/proc/net/if_inet6"),
scope => "namespace";

}


Expand Down Expand Up @@ -199,6 +203,9 @@ body server control
community_edition.debug_port::
port => "5310";

ipv6_enabled::
bindtointerface => "::";

}

#######################################################
Expand Down

0 comments on commit cc9e65d

Please sign in to comment.