fix:
webif
picon-foobar for cx-aio user/reader/status-page added/fixed
add:
if a physical reader returns E_CORRUPT => dont forward ECM to proxys and return E_INVALID
//-----
push all localgenerated-flagged CWs to defined group/s without source-group membership
if you plan to use this function, think about the following:
if a cx-peer(user/reader) doesn't run in one OSCam-instance(so there are differen NodeIDs) and you seperate them via groups, the localgenerated-flagged CWs would be pushed back to them, if you assign the choosen grp for this function
to prevent this, name them identical (user->username/reader->label) to avoid pushing thier localgenerated-flagged CWs back (cause there is a skip on same names for this function)
cfg:
oscam.conf => [cache]
cacheex_push_lg_groups = 1,n
//-----
use cacheex_localgenerated_only_in & cacheex_localgenerated_only_in_caid only for detected cx-aio peers:
cfg-global:
oscam.conf => [cache]
cacheex_lg_only_in_aio_only = 0|1 (default: 0)
cfg-user/reader:
oscam.user/server => [account]/[reader]
cacheex_lg_only_in_aio_only = 0|1 (default: 0)
//-----
service based localgenerated_only-exception (for srvids which are rare)
this exception works global for incoming and outgoing traffic, so if you define localgenerated_only/_in or localgenerated_only/_in_caids this service-exception is in higher priority
cfg:
[service_foo]
lg_only_exception = 1
caid = 1337
provid = 123456
srvid = CAFF,EBAB,E000
webif
picon-foobar for cx-aio user/reader/status-page added/fixed
add:
if a physical reader returns E_CORRUPT => dont forward ECM to proxys and return E_INVALID
//-----
push all localgenerated-flagged CWs to defined group/s without source-group membership
if you plan to use this function, think about the following:
if a cx-peer(user/reader) doesn't run in one OSCam-instance(so there are differen NodeIDs) and you seperate them via groups, the localgenerated-flagged CWs would be pushed back to them, if you assign the choosen grp for this function
to prevent this, name them identical (user->username/reader->label) to avoid pushing thier localgenerated-flagged CWs back (cause there is a skip on same names for this function)
cfg:
oscam.conf => [cache]
cacheex_push_lg_groups = 1,n
//-----
use cacheex_localgenerated_only_in & cacheex_localgenerated_only_in_caid only for detected cx-aio peers:
cfg-global:
oscam.conf => [cache]
cacheex_lg_only_in_aio_only = 0|1 (default: 0)
cfg-user/reader:
oscam.user/server => [account]/[reader]
cacheex_lg_only_in_aio_only = 0|1 (default: 0)
//-----
service based localgenerated_only-exception (for srvids which are rare)
this exception works global for incoming and outgoing traffic, so if you define localgenerated_only/_in or localgenerated_only/_in_caids this service-exception is in higher priority
cfg:
[service_foo]
lg_only_exception = 1
caid = 1337
provid = 123456
srvid = CAFF,EBAB,E000