Skip to content

Commit 14c8669

Browse files
author
Fawad Khaliq
authored
Merge pull request #42 from plumgrid/dev-branch
changing access type (II)
2 parents 1459f70 + a99763f commit 14c8669

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/driver/pg_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func DomainCreate(domainID string) {
147147
data = []byte(`{"rule": {
148148
"rule_` + domainID + `": {
149149
"pgtag1": "` + domainID + `",
150-
"log_ifc_type": "ACCESS_VM"}}}`)
150+
"log_ifc_type": "ACCESS_CONTAINER"}}}`)
151151

152152
RestCall("PUT", url, data)
153153
}

0 commit comments

Comments
 (0)