Skip to content

Commit e586980

Browse files
authored
Merge pull request #94 from jwa1/master
Fixed a couple of issues/typos
2 parents 9363ae3 + cc6b421 commit e586980

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

intro-dnac/01_Authentication/auth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import requests
22
from requests.auth import HTTPBasicAuth
3-
import env_lab
43
import os
54
import sys
65

@@ -13,6 +12,8 @@
1312
# Extend the system path to include the project root and import the env files
1413
sys.path.insert(0, project_root)
1514

15+
import env_lab
16+
1617
DNAC_URL = env_lab.DNA_CENTER["host"]
1718
DNAC_USER = env_lab.DNA_CENTER["username"]
1819
DNAC_PASS = env_lab.DNA_CENTER["password"]

intro-mdp/mission01/netconf_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def clear_ip(device):
183183
<subinterface>
184184
<index>0</index>
185185
<ipv4 xmlns="http://openconfig.net/yang/interfaces/ip"
186-
operation="MISSION" />
186+
operation="MISSION" >
187187
</ipv4>
188188
</subinterface>
189189
</subinterfaces>

0 commit comments

Comments
 (0)