aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/format.h
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2018-12-10 06:01:46 -0800
committerNeale Ranns <nranns@cisco.com>2018-12-10 17:50:09 +0000
commit193c47d900bfbc15e4e46ede7c25ecf1ca95b898 (patch)
treea96804a2cd65e5c42d745d15fbf875fbb5883eea /src/vnet/ip/format.h
parentbe2286b0a4ff0cd31791b86d38a5e72b06bc17c2 (diff)
VOM: vxlan-gbp
Change-Id: I5f4464435f1346207f2f9b497369795eb82b58b6 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ip/format.h')
0 files changed, 0 insertions, 0 deletions
ral.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# -*- coding: utf-8 -*-
#
# test/__init__.py
# Part of ‘python-daemon’, an implementation of PEP 3143.
#
# Copyright © 2008–2015 Ben Finney <ben+python@benfinney.id.au>
#
# This is free software: you may copy, modify, and/or distribute this work
# under the terms of the Apache License, version 2.0 as published by the
# Apache Software Foundation.
# No warranty expressed or implied. See the file ‘LICENSE.ASF-2’ for details.

""" Unit test suite for ‘daemon’ package.
    """

from __future__ import (absolute_import, unicode_literals)


# Local variables:
# coding: utf-8
# mode: python
# End:
# vim: fileencoding=utf-8 filetype=python :