File tree 4 files changed +3
-8
lines changed
clean-pkg/src/genie/libs/clean/templates/iosxe
4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Enable abstraction using this directory name as the abstraction token
2
2
try :
3
3
from genie import abstract
4
- abstract .declare_token (__name__ )
4
+ abstract .declare_token (os = 'iosxe' )
5
5
except Exception as e :
6
6
import warnings
7
7
warnings .warn ('Could not declare abstraction token: ' + str (e ))
Original file line number Diff line number Diff line change 1
1
# Enable abstraction using this directory name as the abstraction token
2
2
try :
3
3
from genie import abstract
4
- abstract .declare_token (__name__ )
4
+ abstract .declare_token (platform = 'sdwan' )
5
5
except Exception as e :
6
6
import warnings
7
7
warnings .warn ('Could not declare abstraction token: ' + str (e ))
Original file line number Diff line number Diff line change 6
6
* Modified unit test
7
7
* Added label field in expected output to accomodate fix in show version parser code.
8
8
9
- * iosxr
10
- * Added management ops support
9
+
Original file line number Diff line number Diff line change 76
76
* Added configure_stack_power_ecomode
77
77
* Added unconfigure_stack_power_ecomode
78
78
* Added configure_default_stack_power_ecomode
79
- * Add API `is_management_interface `
80
79
81
80
* ios
82
81
* running_config/configure
83
82
* update restore_running_config API.
84
83
85
- * iosxr
86
- * Add API `is_management_interface `
87
- * Add API `clear_standby_console `
88
84
89
85
--------------------------------------------------------------------------------
90
86
Fix
You can’t perform that action at this time.
0 commit comments