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

Almost impossible to have comments in tables #1157

Open
ClaesBas opened this issue Nov 5, 2021 · 0 comments
Open

Almost impossible to have comments in tables #1157

ClaesBas opened this issue Nov 5, 2021 · 0 comments

Comments

@ClaesBas
Copy link

ClaesBas commented Nov 5, 2021

Static-Table

Wanted to have something like:

table mytable {
  1.1.1.1 # machine 1
  2.2.2.2 # machine 2
}

Tried all variants with and without commas and backslashes, with no success.

File-Table

With file-table, I had to have comments on own lines like:

# machine 1
1.1.1.1

# machine 2
2.2.2.2

DB-Table

Only way to have comments appended on same line is with "DB-Table" (and: makemap -t set mytable)!

Working example of source for "DB-Table":

1.1.1.1 # machine 1
2.2.2.2 # machine 2

There is something strange here (I think)....

This is tested on OpenBSD 7.0 (amd64)

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