3998N/A# vim: tabstop=4 shiftwidth=4 softtabstop=4 3998N/A# Copyright 2014 OpenStack Foundation 3998N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. 3998N/A# Licensed under the Apache License, Version 2.0 (the "License"); you may 3998N/A# not use this file except in compliance with the License. You may obtain 3998N/A# Unless required by applicable law or agreed to in writing, software 3998N/A# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 3998N/A# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 3998N/A# License for the specific language governing permissions and limitations 3998N/A help=_(
'Location to store IPv6 RA config files')),
4973N/A# The configuration file for ndpd daemon expects all the 'key value' to be 4973N/A# on the same line as that of the interface. For example: 4973N/A# if net0 AdvSendAdvertisements on MinRtrAdvInterval 3 MaxRtrAdvInterval 10 4973N/A# prefix 3234234 net0 AdvOnLinkFlag on AdvAutonomousFlag on 4973N/A """if {{ interface_name }} """ 4973N/A """ AdvSendAdvertisements on MinRtrAdvInterval 3 MaxRtrAdvInterval 10 """ 4973N/A """ {% if ra_mode == constants.DHCPV6_STATELESS %} """ 4973N/A """ AdvOtherConfigFlag on """ 4973N/A """ {% if ra_mode == constants.DHCPV6_STATEFUL %} """ 4973N/A """ {% if ra_mode in (constants.IPV6_SLAAC, """ 4973N/A """ constants.DHCPV6_STATELESS) %} """ 4973N/A """\nprefix {{ prefix }} {{ interface_name }} """ 4973N/A """ AdvOnLinkFlag on AdvAutonomousFlag on """ 5403N/A """Manage the data and state of Solaris in.ndpd daemon""" 5403N/A # ndpd SMF service doesn't support refresh method, so we