#!/bin/bash

# Copyright (c) 2017-2018 by Cisco Systems, Inc.

#
# This file has been deprecated. 
# Any new code should not source this file.
# 

if [[ -f /etc/init.d/spirit_log.sh ]]; then
    source /etc/init.d/spirit_log.sh
    platform_log "Obsolete file /etc/init.d/global-vrf-functions sourced. This needs to be changed."
fi 

if [[ -f "/usr/lib/app-hosting-netns-functions" ]]; then 
    source /usr/lib/app-hosting-netns-functions
if
