Hi all, I would like to ask you for a code review for the following bug:
7117539 installadm prints network criteria unformated Webrev is here: https://cr.opensolaris.org/action/browse/caiman/t.dzik/7117539/ Testing: 1) Sources are pep8 clean 2) I run the test-suite in gate (and fixed also the test suite). 3) I installed my fix on test machine and verified that network is now printed formated as ipv4 address. Output before fix: root@S11:~# installadm list -m -n default-i386 Manifest Status Criteria -------- ------ -------- default ipv4 = 192.168.1.15 network = 192168001000 orig_default Default None Output after fix: root@S11:~# installadm list -m -n default-i386 Manifest Status Criteria -------- ------ -------- default arch = i386 ipv4 = 192.168.1.15 network = 192.168.1.0 orig_default Default None Best regards, Tomas D. _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

