forked from fabianishere/udm-iptv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
templates
89 lines (73 loc) · 2.08 KB
/
templates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Template: udm-iptv/wan-port
_Description: Port through which IPTV traffic enters the router:
Type: select
Choices: ${choices}
Choices-C: ${choices_c}
Template: udm-iptv/profile
_Description: Configuration profile to use:
Type: select
Choices: ${choices}
Choices-C: ${choices_c}
Template: udm-iptv/profile-note
Type: note
_Description: ${note}
Template: udm-iptv/wan-interface
_Description: Interface on which IPTV traffic enters the router:
Type: select
Choices: ${choices}
Template: udm-iptv/wan-vlan-separate
_Description: Is IPTV traffic carried over a separate VLAN?
Type: boolean
Default: true
Template: udm-iptv/wan-vlan
_Description: ID of VLAN which carries IPTV traffic:
Type: string
Default: 4
Template: udm-iptv/wan-vlan-interface
_Description: Name of the IPTV VLAN interface:
Type: string
Default: iptv
Template: udm-iptv/wan-vlan-mac
_Description: Custom MAC address for the IPTV VLAN interface:
Type: string
Default:
Template: udm-iptv/wan-ranges
_Description: IP ranges from which the IPTV traffic originates:
Type: string
Default: 213.75.0.0/16, 217.166.0.0/16
Template: udm-iptv/wan-dhcp
_Description: Obtain IP address for IPTV interface via DHCP?
Type: boolean
Template: udm-iptv/wan-dhcp-options
_Description: DHCP options to send when requesting an IP address:
Type: string
Default: -O staticroutes -V IPTV_RG
Template: udm-iptv/wan-static-ip
_Description: Static IP address to assign to IPTV interface:
Type: string
Default:
Template: udm-iptv/lan-interfaces
_Description: LAN interfaces on which IPTV should be made available:
Type: multiselect
Choices: ${choices}
Choices-C: ${choices_c}
Default: br0
Template: udm-iptv/igmpproxy-program
_Description: IGMP Proxy implementation:
Type: select
Choices: ${choices}
Default: improxy
Template: udm-iptv/igmpproxy-quickleave
_Description: Enable quickleave for igmpproxy?
Type: boolean
Default: true
Template: udm-iptv/igmpproxy-debug
_Description: Enable igmpproxy debugging?
Type: boolean
Default: false
Template: udm-iptv/igmpproxy-igmp-version
_Description: IGMP version:
Type: select
Choices: IGMPv2, IGMPv3
Choices-C: 2, 3
Default: 2