netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
775 stars 105 forks source link

Interface add support for vrf bond #950

Closed AndryNick98 closed 1 month ago

AndryNick98 commented 1 month ago

Description

Network operators frequently want to look up information about specific port-channels such as its member ports. To do this, users could use query-str.

We fix this by adding a bond keyword to interface. If users want to see information about the master itself, they can do so in multple ways already (use type=bond or ifname=). This is the one function that is missing.

Type of change

Double Check