| Age | Commit message (Collapse) | Author |
|
- Fix typo in 'vlan-to-vni statistics' help text
|
|
|
|
- Added op-mode commands for VLAN-to-VNI mappings
- Commands added:
- show interfaces vxlan <interface> vlan-to-vni
- show interfaces vxlan <interface> vlan-to-vni detail
- show interfaces vxlan <interface> vlan-to-vni vlan <vlan-id>
- show interfaces vxlan <interface> vlan-to-vni vlan <vlan-id> detail
|
|
for cases when commands need both fixed and variable arguments
|
|
The service parses and logs network events for improved monitoring and diagnostics.
Supported event types include:
- `RTM_NEWROUTE`, `RTM_DELROUTE`
- `RTM_NEWLINK`, `RTM_DELLINK`
- `RTM_NEWADDR`, `RTM_DELADDR`
- `RTM_NEWNEIGH`, `RTM_DELNEIGH`, `RTM_GETNEIGH`
- `RTM_NEWRULE`, `RTM_DELRULE`
Added operational mode commands for filtered log retrieval:
- `show log network-event <event-type> <interface>`: Retrieve logs filtered by event type and interface.
- `show interfaces <type> <name> event-log <event-type>`: Display interface-specific logs filtered by event type.
|
|
|
|
`show interfaces ethernet eth0` and `show interface bonding eth0`
produces the same output. While this is not a big problem it does
make usage a bit odd sometimes.
This commit adds the --intf_type option to all instances of
interfaces.py to make output consistent.
|
|
|
|
|
|
|