Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various characters disallowed in custom services #43

Closed
GoogleCodeExporter opened this issue Jul 17, 2015 · 4 comments
Closed

various characters disallowed in custom services #43

GoogleCodeExporter opened this issue Jul 17, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. configure a node with the DHCP server service
2. customize the DHCP service (e.g. change the lease time); save imn file
3. start and runs OK, but when restarting CORE, loading from imn file, the 
/etc/dhcp3/dhcpd.conf file appears truncated

What is the expected output? What do you see instead?

saving/loading is mangling the customized config file

Original issue reported on code.google.com by ahrenh...@gmail.com on 25 Jan 2011 at 4:55

@GoogleCodeExporter
Copy link
Author

This I would guess this is related to the fact the the DHCP config file has "}" 
in it.  I'm seeing a very similar problem when using customized olsr files, all 
end curly braces are not read as part of the file when it is loaded.  I've 
included and olsrd file that I added to the dialog and how it is mangled when 
the save is reloaded or run.

Original comment by hbul...@gmail.com on 14 Feb 2011 at 10:28

Attachments:

@GoogleCodeExporter
Copy link
Author

I just noticed that according to the manual the imn file differentiates between 
spaces and tabs.  With spaces being used normally and one tab being used in the 
custom-*-config blocks, which is where custom files are stored.  This might be 
related to this issue.  The link to the manual is below.

http://pf.itd.nrl.navy.mil/core/core-html/Configuration-Files.html#Configuration
-Files

Original comment by hbul...@gmail.com on 15 Feb 2011 at 6:17

@GoogleCodeExporter
Copy link
Author

changed the bug summary here: as Harry wrote, the root of this problem is that 
service customizations are not allowed to contain certain characters

Original comment by ahrenh...@gmail.com on 11 May 2011 at 5:10

  • Changed title: various characters disallowed in custom services
  • Added labels: Priority-High
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

fixed in r256

Original comment by ahrenh...@gmail.com on 1 Aug 2011 at 8:26

  • Changed state: Fixed

@hubertokf hubertokf mentioned this issue Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant