Skip to content

Commit 01f3ffd

Browse files
doc : README updated #35
1 parent b510023 commit 01f3ffd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,13 @@ orangetool.set_ip("192.168.1.46","eth0") #this function set static ip for syste
135135

136136
mac_dic=orangetool.mac() # return dict of all system net devices mac addresses
137137

138+
#7- network_enable
138139

140+
status=network_enable("eth0") # enable network device
141+
142+
#8- network_disable
143+
144+
status=network_disable("eth0") # disable network device
139145

140146
```
141147

0 commit comments

Comments
 (0)