Skip to content

Commit 97f918c

Browse files
author
Taarini Sarath Chander
committed
Releasing 24.4
1 parent ac2d422 commit 97f918c

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Enable abstraction using this directory name as the abstraction token
22
try:
33
from genie import abstract
4-
abstract.declare_token(__name__)
4+
abstract.declare_token(os='iosxe')
55
except Exception as e:
66
import warnings
77
warnings.warn('Could not declare abstraction token: ' + str(e))
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Enable abstraction using this directory name as the abstraction token
22
try:
33
from genie import abstract
4-
abstract.declare_token(__name__)
4+
abstract.declare_token(platform='sdwan')
55
except Exception as e:
66
import warnings
77
warnings.warn('Could not declare abstraction token: ' + str(e))

pkgs/ops-pkg/changelog/2024/april.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
* Modified unit test
77
* Added label field in expected output to accomodate fix in show version parser code.
88

9-
* iosxr
10-
* Added management ops support
9+

pkgs/sdk-pkg/changelog/2024/april.rst

-4
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,11 @@
7676
* Added configure_stack_power_ecomode
7777
* Added unconfigure_stack_power_ecomode
7878
* Added configure_default_stack_power_ecomode
79-
* Add API `is_management_interface`
8079

8180
* ios
8281
* running_config/configure
8382
* update restore_running_config API.
8483

85-
* iosxr
86-
* Add API `is_management_interface`
87-
* Add API `clear_standby_console`
8884

8985
--------------------------------------------------------------------------------
9086
Fix

0 commit comments

Comments
 (0)