Print this page
NEX-15896 net-routing-setup should not enable in.routed
Contributed by: Alexander Pyhalov <alp@rsu.ru>
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
Reviewed by: Cynthia Eastham <cynthia.eastham@nexenta.com>
        
*** 1,13 ****
  <?xml version="1.0"?>
  <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
  <!--
-  Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
-  Use is subject to license terms.
- 
-  CDDL HEADER START
- 
   The contents of this file are subject to the terms of the
   Common Development and Distribution License (the "License").
   You may not use this file except in compliance with the License.
  
   You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
--- 1,8 ----
*** 19,32 ****
   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
   If applicable, add the following below this CDDL HEADER, with the
   fields enclosed by brackets "[]" replaced with your own identifying
   information: Portions Copyright [yyyy] [name of copyright owner]
  
!  CDDL HEADER END
  
!         ident   "%Z%%M% %I%     %E% SMI"
! 
          NOTE:  This service manifest is not editable; its contents will
          be overwritten by package or patch operations, including
          operating system upgrade.  Make customizations in a different
          file.
  -->
--- 14,29 ----
   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
   If applicable, add the following below this CDDL HEADER, with the
   fields enclosed by brackets "[]" replaced with your own identifying
   information: Portions Copyright [yyyy] [name of copyright owner]
  
!  Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
!  Use is subject to license terms.
!  Copyright 2018 Nexenta Systems, Inc.
! -->
  
! <!--
   NOTE:  This service manifest is not editable; its contents will
   be overwritten by package or patch operations, including
   operating system upgrade.  Make customizations in a different
   file.
  -->
*** 118,131 ****
                  <propval name='default-ipv4-routing' type='boolean'
                      value='false' />
                  <propval name='default-ipv6-routing' type='boolean'
                          value='false' />
                  <!-- routing-svcs values, current and default -->
!                 <propval name='routing-svcs' type='astring'
!                     value='route:default ripng:default' />
!                 <propval name='default-routing-svcs' type='astring'
!                     value='route:default ripng:default' />
                  <propval name='value_authorization' type='astring'
                          value='solaris.smf.value.routing' />
          </property_group>
  
          </instance>
--- 115,126 ----
                  <propval name='default-ipv4-routing' type='boolean'
                      value='false' />
                  <propval name='default-ipv6-routing' type='boolean'
                          value='false' />
                  <!-- routing-svcs values, current and default -->
!                 <propval name='routing-svcs' type='astring' value='' />
!                 <propval name='default-routing-svcs' type='astring' value='' />
                  <propval name='value_authorization' type='astring'
                          value='solaris.smf.value.routing' />
          </property_group>
  
          </instance>