Network configuration sytax

I'm adding additional route on hpux 11.22 and syntax seems to be wrong to me. However the application works and everything else.
Old systax in netconf file.
LANCONFIG_ARGS[0]=ether
ROUTE_GATEWAY[0]=xxx.xx.xx.xx
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]=default
Note: There are no double Quotations? is this normal to have it?
How would I add right syntax for additional route? without or with quotations. Thanks!