代码拉取完成,页面将自动刷新
diff -up ./src/icfg.orig ./src/icfg
--- ./src/icfg.orig 2018-02-20 10:00:47.738647996 -0500
+++ ./src/icfg 2018-02-20 10:07:48.203054651 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
import os
import sys
import string
@@ -133,7 +133,7 @@ class iface(object):
def dump(self):
for i in self.config.keys():
- print i+"="+"\""+self.config[i]+"\""
+ print(i,"=","\"",self.config[i],"\"", sep="")
def removeKey(self, key):
try:
@@ -299,7 +299,7 @@ def createNewConfig(ifname, iftype):
def log(msg):
if (goptions.quiet == False):
- print msg
+ print(msg)
def main():
global goptions
@@ -427,7 +427,7 @@ def main():
if (goptions.listslaves == True):
try:
for slave in ifdev.slaves:
- print slave.name
+ print(slave.name)
except AttributeError:
log("Only bond master devices have slaves")
sys.exit(6)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。