Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vlan interfaces do not report their "running" state. \# grcli show interface all NAME ID FLAGS VRF TYPE INFO dpdk-p0 1 up running 0 port devargs=0000:05:00.0 mac=3c:fd:fe:a0:a4:c4 gr-loop0 2 up running 0 loopback dpdk-p1 3 up running 0 port devargs=0000:08:00.0 mac=90:e2:ba:14:2f:8c vlan210 4 up 0 vlan parent=dpdk-p1 vlan_id=210 vlan211 5 up 0 vlan parent=dpdk-p0 vlan_id=211 Until we have a proper "admin up/down" config state, update the running state when the parent interface goes up/down. Signed-off-by: Christophe Fontaine <[email protected]>
- Loading branch information