egberts / bind9_parser

Bind9 Parser in Python that can process all of ISC Bind configuration files
MIT License
22 stars 7 forks source link

Remove quotes from key_id #52

Closed stephan2012 closed 1 year ago

stephan2012 commented 1 year ago

@egberts This change removes the quotes from the TSIG key_id, but I am unfamiliar with pyparsing. Can you please review it?

Signed-off-by: Stephan Austermühle au@hcsd.de

Closes #51

egberts commented 1 year ago

key_id are used in:

Also key_id is used in session-keyname statement in options clause.