# This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 2.0 France License. # To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/2.0/fr/ # # or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. body common control { bundlesequence => { "country" }; } bundle agent country { vars: "country" string => ifelse("ipv4_192_168_10", "france", "ipv4_192_168_50", "germany", "ipv4_192_168_100", "spain", "ipv4_192_168_200", "england", "unknown"); reports: "My location is $(country)"; }