-
Notifications
You must be signed in to change notification settings - Fork 763
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
base: master
Are you sure you want to change the base?
Improve Huawei VRP display interface #2137
Conversation
…ture of several attributes
Huawei VRP
: small fixtures and extending capture of several attributesCo-authored-by: Michael Bear <[email protected]>
Co-authored-by: Michael Bear <[email protected]>
Co-authored-by: Michael Bear <[email protected]>
Co-authored-by: Michael Bear <[email protected]>
@@ -11,10 +11,10 @@ Value HOLD_TIMER (\d+) | |||
Value INTERNET_ADDRESS (\S*) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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}) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing!
Found other items to discuss before approving and merging.
This templates was made originally by someone else, but we can improve it with these suggestions 👍 |
Ah, yes, true 🙂
Awesome, thank you! |
No description provided.