For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

uni's avatar
uni
Icon for Altocumulus rankAltocumulus
Oct 10, 2017

Multiple negated entries in a GTM region

I recently saw something like the following in a configuration. I believe it is meaningless - it will always be true as the multiple entries are logically ORed

Can someone confirm my understanding is correct?

gtm region internal-region {
    region-members {
        not continent AF { }
        not continent AN { }
    }
}

1 Reply

  • I understand that :

     

    • member 1 is all the world except AF.
    • member 2 is all the world except AN.

    So the region is member 1 and member 2 —> the world ;-)