/*--------------------------------------------------------------------------- ** ** Description: HAL routines for accessing the GPIO interface ** ** ** -- NetApp CONFIDENTIAL -- ** ** (C) Copyright NetApp Inc. 2010. All rights reserved ** --------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------- ** ** Description: HAL routines for accessing the GPIO interface ** ** ** -- NetApp CONFIDENTIAL -- ** ** (C) Copyright NetApp Inc. 2010. All rights reserved ** --------------------------------------------------------------------------*/ #include "basetype.h" #include "avahi_default.h" /*----------------------------------------------------------------------------*/ /* Conditional Compile #defines */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* Exported Variables */ /*----------------------------------------------------------------------------*/ char avahi_cfg_array[ ] = "# This file is part of avahi.\n" "#\n" "# avahi is free software; you can redistribute it and/or modify it\n" "# under the terms of the GNU Lesser General Public License as\n" "# published by the Free Software Foundation; either version 2 of the\n" "# License, or (at your option) any later version.\n" "#\n" "# avahi is distributed in the hope that it will be useful, but WITHOUT\n" "# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n" "# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public\n" "# License for more details.\n" "#\n" "# You should have received a copy of the GNU Lesser General Public\n" "# License along with avahi; if not, write to the Free Software\n" "# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\n" "# USA.\n" "\n" "# See avahi-daemon.conf(5) for more information on this configuration\n" "# file!\n" "\n" "[server]\n" "host-name=nsm100-0011223344556677\n" "#domain-name=local\n" "#browse-domains=0pointer.de, zeroconf.org\n" "use-ipv4=no\n" "use-ipv6=yes\n" "allow-interfaces=e0a,e0b,e0a.30,e0b.30\n" "#deny-interfaces=eth1\n" "#check-response-ttl=no\n" "#use-iff-running=no\n" "#enable-dbus=yes\n" "#disallow-other-stacks=no\n" "#allow-point-to-point=no\n" "#cache-entries-max=4096\n" "#clients-max=4096\n" "#objects-per-client-max=1024\n" "#entries-per-entry-group-max=32\n" "ratelimit-interval-usec=1000000\n" "ratelimit-burst=1000\n" "\n" "[wide-area]\n" "enable-wide-area=yes\n" "\n" "[publish]\n" "#disable-publishing=no\n" "#disable-user-service-publishing=no\n" "#add-service-cookie=no\n" "#publish-addresses=yes\n" "publish-hinfo=no\n" "publish-workstation=no\n" "#publish-domain=yes\n" "#publish-dns-servers=192.168.50.1, 192.168.50.2\n" "#publish-resolv-conf-dns-servers=yes\n" "#publish-aaaa-on-ipv4=yes\n" "#publish-a-on-ipv6=no\n" "\n" "[reflector]\n" "#enable-reflector=no\n" "#reflect-ipv=no\n" "\n" "[rlimits]\n" "#rlimit-as=\n" "rlimit-core=0\n" "rlimit-data=4194304\n" "rlimit-fsize=0\n" "rlimit-nofile=768\n" "rlimit-stack=4194304\n" "rlimit-nproc=3\n"; /* this array is used by both nvme-disc.service and smi-target.service */ /* is changed dynmaically between _nvme-disc._tcp and _smi-target._tcp */ /* use ipv4 for now; will change it to ipv6 later */ const char avahi_service_array[ ] = "\n" "\n" "\n" "nvme-disc service on %h\n" "\n" "_nvme-disc._tcp\n" "xxxxx\n" "txtvers=x\n" "product=NS224NSM100\n" "\n" "wwn=0011223344556677\n" "physicalPorts=2\n" "\n" "\n" "\n" "\n"; /*----------------------------------------------------------------------------*/ /* Exported Constants */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* File Scope Types (excluding enums) */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* File Scope Constants (including enums, #defines) */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* File Scope Variables */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* File Scope Macros */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* File Scope Inline Functions */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* File Scope Function Prototypes */ /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/ /* Exported Function Definitions */ /*----------------------------------------------------------------------------*/