summaryrefslogtreecommitdiffstats
path: root/filters/cluster/totem/interface/__init__.py
blob: 4809a7d710dedb00ab23cde5cbf58167d34ba326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- coding: UTF-8 -*-
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)

ccs2needlexml = '''\
    <xsl:copy>
        <xsl:copy-of select="@*[
            contains(concat(
                '|ringnumber',
                '|bindnetaddr',
                '|broadcast',
                '|mcastaddr',
                '|mcastport',
                '|ttl',
                '|'), concat('|', name(), '|'))]" />
    </xsl:copy>
'''