I saw a comment here saying tailf:id-value deprecated, but nothing about that in any documentation or any warnings from the compiler. Is it still supported? Using confd-7.2.3.4.
A couple things I tried:
identity SIDMGR {
base oc-pol-types:INSTALL_PROTOCOL_TYPE;
description
“SIDMGR”;
tailf:id-value 2147483651;
}
and also tried annotation:
tailf:annotate-module “xxxxx” {
tailf:annotate-statement “identity[name=‘SIDMGR’]” {
tailf:id-value 2147483651;
}
}
But in either case the id-value is ignored and the header file still has the generated hash value instead.
Thanks,
Barry