Since the dcbd service has changed to lldpad we need to update the dump script too.
Signed-off-by: Robert Love <[email protected]> --- debug/fcoedump.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug/fcoedump.sh b/debug/fcoedump.sh index 44e858a..9694453 100755 --- a/debug/fcoedump.sh +++ b/debug/fcoedump.sh @@ -97,8 +97,8 @@ dcb_info() echo -e "#tc config" tc qdisc tc filter show dev $PHYSDEV | grep -v filter - echo -e "#service dcbd status:" - service dcbd status + echo -e "#service lldpad status:" + service lldpad status echo -e "\n########## Showing dcb for $PHYSDEV" dcbtool -v dcbtool gc $PHYSDEV dcb _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
