Skip to content

Improve Huawei VRP display interface #2137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

evilmonkey19
Copy link
Contributor

No description provided.

@mjbear mjbear changed the title Improving template for Huawei VRP: small fixtures and extending capture of several attributes Improve Huawei VRP display interface Jun 10, 2025
@mjbear mjbear added the changes_requested Waiting on user to address feedback label Jun 11, 2025
mjbear
mjbear previously approved these changes Jun 13, 2025
@@ -11,10 +11,10 @@ Value HOLD_TIMER (\d+)
Value INTERNET_ADDRESS (\S*)
Copy link
Collaborator

@mjbear mjbear Jun 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, do we want to standardize normalize some of these capture group names?

INTERNET_ADDRESS >> IP_ADDRESS

Thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah please. Much better :)

@@ -11,10 +11,10 @@ Value HOLD_TIMER (\d+)
Value INTERNET_ADDRESS (\S*)
Value INTERNET_PROTOCOL (disabled|enabled)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding INTERNET_PROTOCOL, I'm not sure if there's an existing "status" capture group name or if this one remains as it is.

Thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can change it to internet_status. If doesn't exist it would be a good idea to create it :)

@@ -11,10 +11,10 @@ Value HOLD_TIMER (\d+)
Value INTERNET_ADDRESS (\S*)
Value INTERNET_PROTOCOL (disabled|enabled)
Value HARDWARE_ADDRESS (\S{4}-\S{4}-\S{4})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normalize?

HARDWARE_ADDRESS >> MAC_ADDRESS

Thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing!

@mjbear mjbear added question and removed changes_requested Waiting on user to address feedback labels Jun 13, 2025
@mjbear mjbear self-requested a review June 13, 2025 01:00
@mjbear mjbear dismissed their stale review June 13, 2025 01:01

Found other items to discuss before approving and merging.

@evilmonkey19
Copy link
Contributor Author

This templates was made originally by someone else, but we can improve it with these suggestions 👍

@mjbear
Copy link
Collaborator

mjbear commented Jun 14, 2025

This templates was made originally by someone else

Ah, yes, true 🙂

but we can improve it with these suggestions 👍

Awesome, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants