|
@@ -75,8 +75,8 @@ func (daemon *Daemon) SystemInfo() (*types.Info, error) {
|
|
|
DriverStatus: daemon.layerStore.DriverStatus(),
|
|
|
Plugins: daemon.showPluginsInfo(),
|
|
|
IPv4Forwarding: !sysInfo.IPv4ForwardingDisabled,
|
|
|
- BridgeNfIptables: !sysInfo.BridgeNfCallIptablesDisabled,
|
|
|
- BridgeNfIP6tables: !sysInfo.BridgeNfCallIP6tablesDisabled,
|
|
|
+ BridgeNfIptables: !sysInfo.BridgeNFCallIPTablesDisabled,
|
|
|
+ BridgeNfIP6tables: !sysInfo.BridgeNFCallIP6TablesDisabled,
|
|
|
Debug: utils.IsDebugEnabled(),
|
|
|
NFd: fileutils.GetTotalUsedFds(),
|
|
|
NGoroutines: runtime.NumGoroutine(),
|