/etc/flow-tools/cfg/xlate.cfg is in flow-tools 1:0.68-12.1+b4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | include-filter filter
xlate-action F1
type ip-source-address-to-network
xlate-action F2
type ip-destination-address-to-network
xlate-action F3
type ip-source-address-to-class-network
xlate-action F4
type ip-destination-address-to-class-network
xlate-action F5
type ip-address-privacy-mask
mask 255.255.255.0 255.255.255.0
xlate-action F6
type scale
scale 100
xlate-action F7
type replace-source-as0
as 999
xlate-action F8
type replace-destination-as0
as 888
xlate-action F9
type tag-mask
mask 0xFFFFFF00 0xFFFFFFFF
xlate-action MULTICAST-PRIVACY
type ip-address-privacy-mask
mask 0xFFFFFFFF 0xFFFFFFFF
xlate-action UNICAST-PRIVACY
type ip-address-privacy-mask
mask 0xFFFFFF00 0xFFFFF800
xlate-definition abilene_privacy
term
filter mcast
action MULTICAST-PRIVACY
stop
term
filter ucast
action UNICAST-PRIVACY
xlate-definition test
term
action F7
action F8
|