Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
fc-toml: remove proxy section in config
Browse files Browse the repository at this point in the history
proxy will never be use with the Firecracker VMM. Keeping this header
will result in runtime failures, since the configuration will be parsed
on the path searched for.

Since vsock will always be used, remove the proxy section.

Fixes: #1761

Signed-off-by: Eric Ernst <[email protected]>
  • Loading branch information
Eric Ernst committed Jun 4, 2019
1 parent 48a1cae commit bbe5584
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/config/configuration-fc.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ use_vsock = true
# Default false
#enable_template = true

[proxy.@PROJECT_TYPE@]

[shim.@PROJECT_TYPE@]
path = "@SHIMPATH@"

Expand Down

0 comments on commit bbe5584

Please sign in to comment.