http://defect.opensolaris.org/bz/show_bug.cgi?id=11561
tonyn <truong.q.nguyen at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |truong.q.nguyen at sun.com
--- Comment #2 from tonyn <truong.q.nguyen at sun.com> 2009-09-24 20:46:27 UTC
---
Refreshing a running service causes two things to happen:
1) Update the service's running snapshot values
2) Invoke the service's refresh method if it exists. In the case of IPFilter,
refresh method will regenerate the ipfilter rules which is why it took some
time. If the service is placed in maintenance state from refresh operation, it
points to error configuration values (i.e. policy is "custom" but no custom
file is specified).
If the desired state is disabled, then disable then refresh is preferred since
we'll avoid the costly rule generation operation.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.