OpenSolaris

Printable Version Enter a New Search
Bug ID 6610228
Synopsis /usr/sbin/quaggaadm should use vty_port
State 10-Fix Delivered (Fix available in build)
Category:Subcategory network:quagga
Keywords
Responsible Engineer Paul Jakma
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_75
Fixed In snv_76
Release Fixed solaris_nevada(snv_76) , solaris_10u5(s10u5_01) (Bug ID:2153636)
Related Bugs 6606039 , 6610223 , 6610234
Submit Date 27-September-2007
Last Update Date 29-October-2007
Description
/usr/sbin/quaggaadm on a S10U4 system:


    22
    23  function vty_enable
    24  {
    25          CURARGS=`/usr/bin/svcprop -p routing/vty_address ${1}`
    26          echo "${CURARGS}" | grep -- '-A' || \
    27                  /usr/sbin/routeadm -m ${1} \
    28                          vty-address="127.0.0.1" &&
    29                  /usr/sbin/svcadm restart ${1}
    30  }
    31


There is a typo on line 28: vty-address should be vty_address
/usr/sbin/quaggaadm should use vty_port
Work Around
N/A
Comments
N/A