Can someone give me some examples of scenarios where you may want to use an exclusion route?
Am I right in thinking you would use it to exclude routing a particular address from a routed subnet in your profile xml from going over the tunnel and rather going out the client computers interface/gateway?
It sounds like this has very limited use cases? The below example would route everything except 192.168.1.20?
<Route><Address>192.168.1.0</Address><PrefixSize>24</PrefixSize></Route><Route><Address>192.168.1.20</Address><PrefixSize>32</PrefixSize><ExclusionRoute>true</ExclusionRoute></Route>