Hi all,
Looked a bit for this last night but wasn't able to find anything. My problem is that when an email is converted to a ticket I lose some of the formatting. The following is an example of what a DHCP entry would like that we would get in an email:
subnet 1.2.3.0 netmask 255.255.255.0 {
option broadcast-address 1.2.3.255;
option subnet-mask 255.255.255.0;
option routers 1.2.2.254;
pool {
failover peer "dhcp-failover";
range 1.2.3.1 1.2.3.253;
}
}
But when this arrives in a ticket it looks like this:
subnet 1.2.3.0 netmask 255.255.255.0 {
option broadcast-address 1.2.3.255;
option subnet-mask 255.255.255.0;
option routers 1.2.2.254;
pool {
failover peer "dhcp-failover";
range 1.2.3.1 1.2.3.253;
}}
We need the original formatting in place so that when we copy and paste it maintains that formatting (otherwise we'll have to fix every single DHCP entry we receive/enter.)
Thanks.