Print this page
C. Fraire's code review fixes
8529 Extended and regular SADB_ACQUIREs should share address extension code
Portions contributed by: Bayard Bell <buffer.g.overflow@gmail.com>

*** 9,19 **** # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2012 by Delphix. All rights reserved. ! # Copyright 2016 Joyent, Inc. # [DEFAULT] pre = verbose = False --- 9,19 ---- # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2012 by Delphix. All rights reserved. ! # Copyright 2017 Joyent, Inc. # [DEFAULT] pre = verbose = False
*** 56,60 **** --- 56,64 ---- tests = ['runtests.32', 'runtests.64'] [/opt/os-tests/tests/sockfs] user = root tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'sockpair'] + + [/opt/os-tests/tests/pf_key] + user = root + tests = ['acquire-compare', 'acquire-spray']