-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #838 from FlavienJP/master
[IOS-XE] Support space in SSID in ShowWlan
- Loading branch information
Showing
11 changed files
with
287 additions
and
131 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
changelog/undistributed/changelog_iosxe_show_wlan_20240327123253.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-------------------------------------------------------------------------------- | ||
Fix | ||
-------------------------------------------------------------------------------- | ||
* IOSXE | ||
* Modified ShowWlanAllSchema: | ||
* Updated `radio_policy` from schema to Optional | ||
* Modified ShowWlanAll: | ||
* Updated regex pattern `p_name_ssid` to support SSID with spaces | ||
* Modified ShowWlanSummary: | ||
* Updated regex pattern `wlan_info_capture` to support SSID with spaces (2 spaces max between each word) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/golden_output1_output.py
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/golden_output1_output.txt
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/golden_output2_output.py
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/golden_output3_output.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.