smack-team/smack

CIPSO configuration is applied incorrectly

rafal-krypa opened this issue · 1 comments

Disregarding any category list from the input, smackcipso applies the config with empty category set:

# smackcipso <<END
test1 250/2,3,4,6,10,11,14,16,18,19,20,23,24,26,27,28,30,35,36,40
test12 250/2,3,4,6,10,11,14,16,18,19,20,23,24,26,27,28,30,35,36,40,43,44,47
END
# grep ^test1 /smack/cipso2
test12 250
test1 250

Sorry, my mistake. Please ignore this.