+ term ip-options:host { + from { + destination-prefix-list { + all_host_addresses_v6; + } + next-header hop-by-hop; + } + then { + count ip-options:host; + discard; + } + } + term ip-options:transit { + from { + next-header hop-by-hop; + } + then { + policer police_ip-options; + count ip-options:transit; + accept; + } + } + term ip-options:host { + from { + prefix-list { + all_host_addresses_v4; + } + ip-options any; + } + then { + count ip-options:host + discard; + } + } + term ip-options:transit { + from { + ip-options any; + } + then { + policer police_ip-options; + count ip-options:transit + accept; + } + }ß