summaryrefslogtreecommitdiff
path: root/solaris/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2008-07-03 20:41:08 +0000
committerPaul Jakma <paul.jakma@sun.com>2008-07-03 20:41:08 +0000
commitc2be59ba2af0c131aae86c034327d2272a9ae188 (patch)
tree9eec7817288ea8daae7ab579f1c7a85e8c5a48ee /solaris/ChangeLog
parent10895fd6c8f7383786f5a03cf99c0a796792ba1d (diff)
[solaris] Sync SMF bits with OpenSolaris SFW
2008-07-03 Paul Jakma <paul.jakma@sun.com> * quagga.{xml,init}.in: Sync with OpenSolaris SFW. This changes the SMF schema used, from the SMF schema supplied initially with Quagga, to the version which was approved by the Sun PSARC for inclusion into Solaris. This change is incompatible. Settings, such as vty_port, etc. will not transfer over. The Sun schema is however supported by Sun, and supports running Quagga in a zone with IP instances, and configuration via the routeadm utility.
Diffstat (limited to 'solaris/ChangeLog')
-rw-r--r--solaris/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/solaris/ChangeLog b/solaris/ChangeLog
index 8a2ad7d3..65135d99 100644
--- a/solaris/ChangeLog
+++ b/solaris/ChangeLog
@@ -1,3 +1,13 @@
+2008-07-03 Paul Jakma <paul.jakma@sun.com>
+
+ * quagga.{xml,init}.in: Sync with OpenSolaris SFW. This changes the
+ SMF schema used, from the SMF schema supplied initially with
+ Quagga, to the version which was approved by the Sun PSARC for
+ inclusion into Solaris. This change is incompatible. Settings,
+ such as vty_port, etc. will not transfer over. The Sun schema is
+ however supported by Sun, and supports running Quagga in a zone
+ with IP instances, and configuration via the routeadm utility.
+
2008-01-13 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: pkg target should depend on the 'depend.%' files.