Conversation
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
======================================
Coverage 100% 100%
======================================
Files 36 36
Lines 4131 4260 +129
======================================
+ Hits 4131 4260 +129
Continue to review full report at Codecov.
|
cyphermox
left a comment
There was a problem hiding this comment.
I've asked vorlon to give his review specific to the naming of new keys and how this fits in a broader view of the netplan syntax.
src/parse.c
Outdated
| {"keys", YAML_NO_NODE, handle_tunnel_key_mapping}, | ||
|
|
||
| /* l2tp; reuses tunnel.local_ip and tunnel.remote_ip*/ | ||
| {"local_tunnel_id", YAML_SCALAR_NODE, handle_netdef_guint, NULL, netdef_offset(l2tp.local_tunnel_id)}, |
There was a problem hiding this comment.
Names for keys are typically split with hyphen rather than underscore. Could you please adjust that so things are at least consistent in that regard?
There was a problem hiding this comment.
Oh, how could I miss that.
Done.
|
Would be great to have this long awaiting feature 👍 |
Description
Adds L2TP support.
Rework of #82
Checklist
make checksuccessfully.make check-coverage).