]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Display master interface names, not ifindices
authorDinesh G Dutt <5016467+ddutt@users.noreply.github.com>
Tue, 13 Aug 2019 16:28:16 +0000 (16:28 +0000)
committerDinesh G Dutt <5016467+ddutt@users.noreply.github.com>
Tue, 13 Aug 2019 16:28:16 +0000 (16:28 +0000)
commiteb4a93fb098a340e18cdfcfa4a2d1ebcf430ec83
tree13536bbbe705b66622298e9638913cdda05ec5ea
parent642b081be34f151a6d1bf7bf5c1586bc8561702c
zebra: Display master interface names, not ifindices

    When displaying the master interface's information in "show interface",
    the display is currently the ifindex of the master interface. Make it
    display the name as well as that is more useful than the name.

Signed-off-by: Dinesh G Dutt<5016467+ddutt@users.noreply.github.com>
zebra/interface.c