Skip to content

Commit

Permalink
Releasing 24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Taarini Sarath Chander committed May 7, 2024
1 parent ac2d422 commit 97f918c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enable abstraction using this directory name as the abstraction token
try:
from genie import abstract
abstract.declare_token(__name__)
abstract.declare_token(os='iosxe')
except Exception as e:
import warnings
warnings.warn('Could not declare abstraction token: ' + str(e))
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enable abstraction using this directory name as the abstraction token
try:
from genie import abstract
abstract.declare_token(__name__)
abstract.declare_token(platform='sdwan')
except Exception as e:
import warnings
warnings.warn('Could not declare abstraction token: ' + str(e))
3 changes: 1 addition & 2 deletions pkgs/ops-pkg/changelog/2024/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
* Modified unit test
* Added label field in expected output to accomodate fix in show version parser code.

* iosxr
* Added management ops support

4 changes: 0 additions & 4 deletions pkgs/sdk-pkg/changelog/2024/april.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,11 @@
* Added configure_stack_power_ecomode
* Added unconfigure_stack_power_ecomode
* Added configure_default_stack_power_ecomode
* Add API `is_management_interface`

* ios
* running_config/configure
* update restore_running_config API.

* iosxr
* Add API `is_management_interface`
* Add API `clear_standby_console`

--------------------------------------------------------------------------------
Fix
Expand Down

0 comments on commit 97f918c

Please sign in to comment.