Page MenuHomeVyOS Platform

jestabro (John Estabrook)
User

Projects (7)

User Details

User Since
Apr 12 2019, 4:27 PM (266 w, 1 d)

Recent Activity

Yesterday

jestabro added a project to T6363: Expose element 'secret' in xml cache and add boolean check: VyOS 1.5 Circinus.
Fri, May 17, 4:05 PM · VyOS 1.5 Circinus
jestabro triaged T6363: Expose element 'secret' in xml cache and add boolean check as Normal priority.
Fri, May 17, 4:05 PM · VyOS 1.5 Circinus
jestabro closed T6356: Correct the syntax of config.boot.default [..., 'ntp', 'server'] from leaf node with value to tag node as Resolved.
Fri, May 17, 2:59 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
jestabro moved T6356: Correct the syntax of config.boot.default [..., 'ntp', 'server'] from leaf node with value to tag node from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-GA) board.
Fri, May 17, 2:58 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Thu, May 16

jestabro removed a project from T6149: Update node_data when merging nodes in reference tree generation: VyOS 1.5 Circinus.
Thu, May 16, 6:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6149: Update node_data when merging nodes in reference tree generation, a subtask of T6146: Add python script to get all priorities of service or section from XML, as Resolved.
Thu, May 16, 6:56 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6149: Update node_data when merging nodes in reference tree generation as Resolved.
Thu, May 16, 6:56 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a project to T6149: Update node_data when merging nodes in reference tree generation: VyOS 1.4 Sagitta (1.4.0-epa3).
Thu, May 16, 6:55 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro triaged T6356: Correct the syntax of config.boot.default [..., 'ntp', 'server'] from leaf node with value to tag node as Normal priority.
Thu, May 16, 6:18 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Wed, May 15

jestabro closed T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up, a subtask of T5938: Migration fail root task for 1.4-rc, as Resolved.
Wed, May 15, 5:48 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro closed T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up as Resolved.

Note that T5996 has been backported and a full explanation is to be found in the previous comment. Close as resolved, with the needed workaround for earlier images.

Wed, May 15, 5:48 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro changed the status of T3876: Replace vyos-netplug with a VyOS link state monitor service, a subtask of T3871: Resolve unexpected interface name reordering, from In progress to On hold.
Wed, May 15, 5:33 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro changed the status of T3876: Replace vyos-netplug with a VyOS link state monitor service, a subtask of T3371: Replace netplugd by udev rules, from In progress to On hold.
Wed, May 15, 5:33 PM
jestabro changed the status of T3876: Replace vyos-netplug with a VyOS link state monitor service from In progress to On hold.

This was a worthwhile investigation, with the goal of using Cython as a method of easily wrapping the standard netlink headers. Although workable, it appeared more trouble than it's worth, as one still has to cheat to navigate e.g. pass by reference, and limitations of Cython at the time. A much better approach would be a standard Python extension module ... set to 'on hold' for reference and until we have a plan for development, as has been recently discussed.

Wed, May 15, 5:33 PM · VyOS 1.5 Circinus
jestabro closed T3371: Replace netplugd by udev rules as Resolved N/A.

As c-po mentioned above, this was an interesting idea that was not workable; it was subsumed by the investigations in T3876.

Wed, May 15, 5:26 PM
jestabro added a comment to T6336: `set system option kernel disable-mitigations` not applied on upgrade.

@tjh in fact, this was a design decision, discussed with @Viacheslav at the time, and agreed upon, although neither of use are fully satisfied with the decision (and I'll let him amend these claims, if needed):

Wed, May 15, 1:41 AM · VyOS 1.4 Sagitta (1.4.0-GA)

Mon, May 13

jestabro added a comment to T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration.

Checking a recent 1.5 build (1.5-rolling-202405090225), I do not see the discrepancy mentioned in the description: the result for 1.5 is also (just) missing vif entries, and one can observe that the syntax error in vif 2 causes cascading syntax errors in the other vif sections.
The following script recreates the effect of the XorpConfigParser:

Mon, May 13, 1:37 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Sun, May 12

jestabro added a comment to T6300: [1.3->1.4 Migration] An empty interface configuration drops all interfaces configuration.

Migration requires the config file to be in the standard syntax, such as produced by the system itself (set/del; commit; save) --- in this case, a configuration that can be loaded and saved on VyOS 1.3.5, would not be missing braces as above. If one needs to hand edit a config file, at the very least one needs to load/save on the source system before migration. The only weird corner case, linked above, is when a change of mac address triggers a rewrite by the legacy parser; that case is also restored by saving the config before migration.

Sun, May 12, 2:25 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Fri, May 10

jestabro edited projects for T3821: Add latest versions to default config files, added: VyOS 1.5 Circinus; removed VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.3 Equuleus (1.3.7).

This will be possible after subtask T6006, for 1.5; backport can be considered at that time, but for now limit tags to Circinus.

Fri, May 10, 5:19 PM · VyOS 1.5 Circinus
jestabro closed T6176: image-tools: rationalize setting of console type as Resolved.
Fri, May 10, 5:14 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro moved T6176: image-tools: rationalize setting of console type from Need Triage to Finished on the VyOS 1.5 Circinus board.
Fri, May 10, 5:13 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6327: Drop boot console type ttyUSB (USB serial), a subtask of T5458: USB Console options is missing for a new image after "add system image" upgrade, as Resolved.
Fri, May 10, 5:13 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
jestabro closed T6327: Drop boot console type ttyUSB (USB serial), a subtask of T6176: image-tools: rationalize setting of console type, as Resolved.
Fri, May 10, 5:13 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6327: Drop boot console type ttyUSB (USB serial) as Resolved.
Fri, May 10, 5:13 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro moved T6327: Drop boot console type ttyUSB (USB serial) from Need Triage to Finished on the VyOS 1.5 Circinus board.
Fri, May 10, 5:13 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6278: Attempt hint for console type during image install, a subtask of T6176: image-tools: rationalize setting of console type, as Resolved.
Fri, May 10, 5:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6278: Attempt hint for console type during image install as Resolved.
Fri, May 10, 5:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro moved T6278: Attempt hint for console type during image install from Need Triage to Finished on the VyOS 1.5 Circinus board.
Fri, May 10, 5:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T6184: image-tools: add op-mode command to set default boot console type, a subtask of T6176: image-tools: rationalize setting of console type, as Resolved.
Fri, May 10, 5:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6184: image-tools: add op-mode command to set default boot console type as Resolved.
Fri, May 10, 5:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro moved T6184: image-tools: add op-mode command to set default boot console type from Need Triage to Finished on the VyOS 1.5 Circinus board.
Fri, May 10, 5:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a comment to T6176: image-tools: rationalize setting of console type.

PR:
https://github.com/vyos/vyos-1x/pull/3443

Fri, May 10, 3:42 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Thu, May 9

jestabro moved T5458: USB Console options is missing for a new image after "add system image" upgrade from Need Triage to Finished on the VyOS 1.5 Circinus board.
Thu, May 9, 5:51 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
jestabro moved T5458: USB Console options is missing for a new image after "add system image" upgrade from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0-GA) board.
Thu, May 9, 5:50 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
jestabro closed T5458: USB Console options is missing for a new image after "add system image" upgrade as Wontfix.

See details and explanation in subtask T6327; notable, one can configure as system console, but setting at boot has limited use.

Thu, May 9, 5:49 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
jestabro added projects to T6278: Attempt hint for console type during image install: VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-epa3).
Thu, May 9, 5:44 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro added a subtask for T6176: image-tools: rationalize setting of console type: T6327: Drop boot console type ttyUSB (USB serial).
Thu, May 9, 5:44 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T6327: Drop boot console type ttyUSB (USB serial): T6176: image-tools: rationalize setting of console type.
Thu, May 9, 5:44 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a subtask for T5458: USB Console options is missing for a new image after "add system image" upgrade: T6327: Drop boot console type ttyUSB (USB serial).
Thu, May 9, 5:43 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
jestabro added a parent task for T6327: Drop boot console type ttyUSB (USB serial): T5458: USB Console options is missing for a new image after "add system image" upgrade.
Thu, May 9, 5:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro triaged T6327: Drop boot console type ttyUSB (USB serial) as Normal priority.
Thu, May 9, 5:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro claimed T6326: Specific error is not returned via the HTTP API during a configuration failure..
Thu, May 9, 1:38 PM · VyOS 1.5 Circinus
jestabro claimed T5458: USB Console options is missing for a new image after "add system image" upgrade.
Thu, May 9, 1:18 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Wed, May 8

jestabro removed a project from T5666: Provide list of config-mode scripts scheduled for proposed commit: VyOS 1.4 Sagitta (1.4.0-GA).

Note that the work in the link above, but for the get_commit_schedule function itself, has already been added in subtasks T6319/T6146. As mentioned above, the get_commit_schedule function is not useful (and potentially misleading) until we replace the legacy commit algorithm in 1.5. Remove 1.4.0 tag.

Wed, May 8, 3:59 PM · VyOS 1.5 Circinus
jestabro closed T6319: Add util for ancestor owner/priority, a subtask of T5666: Provide list of config-mode scripts scheduled for proposed commit, as Resolved.
Wed, May 8, 3:45 PM · VyOS 1.5 Circinus
jestabro closed T6319: Add util for ancestor owner/priority, a subtask of T6146: Add python script to get all priorities of service or section from XML, as Resolved.
Wed, May 8, 3:45 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6319: Add util for ancestor owner/priority as Resolved.
Wed, May 8, 3:45 PM · VyOS 1.5 Circinus
jestabro triaged T6319: Add util for ancestor owner/priority as Normal priority.
Wed, May 8, 1:47 PM · VyOS 1.5 Circinus
jestabro added a subtask for T5666: Provide list of config-mode scripts scheduled for proposed commit: T6319: Add util for ancestor owner/priority.
Wed, May 8, 1:37 PM · VyOS 1.5 Circinus
jestabro added a subtask for T6146: Add python script to get all priorities of service or section from XML: T6319: Add util for ancestor owner/priority.
Wed, May 8, 1:37 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added parent tasks for T6319: Add util for ancestor owner/priority: T5666: Provide list of config-mode scripts scheduled for proposed commit, T6146: Add python script to get all priorities of service or section from XML.
Wed, May 8, 1:37 PM · VyOS 1.5 Circinus
jestabro created T6319: Add util for ancestor owner/priority.
Wed, May 8, 1:36 PM · VyOS 1.5 Circinus

Sat, May 4

jestabro closed T6185: Simplify marshalling of section and config data for config-sync, a subtask of T6121: Extend service config-sync for sections vpn, policy, vrf, as Resolved.
Sat, May 4, 6:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6185: Simplify marshalling of section and config data for config-sync as Resolved.
Sat, May 4, 6:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a project to T6185: Simplify marshalling of section and config data for config-sync: VyOS 1.4 Sagitta (1.4.0-epa3).
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6180: Add application of mask to configtree as Resolved.
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6180: Add application of mask to configtree, a subtask of T6185: Simplify marshalling of section and config data for config-sync, as Resolved.
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a project to T6180: Add application of mask to configtree: VyOS 1.4 Sagitta (1.4.0-epa3).
Sat, May 4, 6:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6146: Add python script to get all priorities of service or section from XML as Resolved.
Sat, May 4, 6:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6146: Add python script to get all priorities of service or section from XML, a subtask of T6145: Service config-sync does not rely on priorities, as Resolved.
Sat, May 4, 6:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a project to T6146: Add python script to get all priorities of service or section from XML: VyOS 1.4 Sagitta (1.4.0-epa3).
Sat, May 4, 6:15 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mon, Apr 29

jestabro closed T6111: Minor revision to unicode support in configtree backend as Resolved.
Mon, Apr 29, 12:22 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro closed T5836: Add boolean check for whether config-mode script was called as a dependency, a subtask of T4820: Support for inter-config-mode script dependencies, as Resolved.
Mon, Apr 29, 12:18 PM · VyOS 1.4 Sagitta
jestabro closed T5836: Add boolean check for whether config-mode script was called as a dependency as Resolved.
Mon, Apr 29, 12:18 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T5839: Remove trivial redundancies in calls to config dependency scripts, a subtask of T5660: Remove redundant calls to config dependency scripts, as Resolved.
Mon, Apr 29, 12:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T5839: Remove trivial redundancies in calls to config dependency scripts as Resolved.
Mon, Apr 29, 12:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T5660: Remove redundant calls to config dependency scripts, a subtask of T4820: Support for inter-config-mode script dependencies, as Resolved.
Mon, Apr 29, 12:17 PM · VyOS 1.4 Sagitta
jestabro closed T5660: Remove redundant calls to config dependency scripts, a subtask of T5644: Firewall groups deletion can break config, as Resolved.
Mon, Apr 29, 12:17 PM · VyOS 1.5 Circinus
jestabro closed T5660: Remove redundant calls to config dependency scripts as Resolved.
Mon, Apr 29, 12:17 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6276: Do not call config dependencies on script error as Resolved.
Mon, Apr 29, 12:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6276: Do not call config dependencies on script error, a subtask of T5660: Remove redundant calls to config dependency scripts, as Resolved.
Mon, Apr 29, 12:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro moved T6276: Do not call config dependencies on script error from Need Triage to Finished on the VyOS 1.5 Circinus board.
Mon, Apr 29, 12:16 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a subtask for T6176: image-tools: rationalize setting of console type: T6278: Attempt hint for console type during image install.
Mon, Apr 29, 3:18 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T6278: Attempt hint for console type during image install: T6176: image-tools: rationalize setting of console type.
Mon, Apr 29, 3:17 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro triaged T6278: Attempt hint for console type during image install as Normal priority.
Mon, Apr 29, 3:17 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus

Sun, Apr 28

jestabro added a comment to T6276: Do not call config dependencies on script error.

PR for 1.5:
https://github.com/vyos/vyos-1x/pull/3372
Combined PRs for backport to 1.4 of T5839, T5660, T6276 pending.

Sun, Apr 28, 11:59 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a parent task for T6276: Do not call config dependencies on script error: T5660: Remove redundant calls to config dependency scripts.
Sun, Apr 28, 7:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a subtask for T5660: Remove redundant calls to config dependency scripts: T6276: Do not call config dependencies on script error.
Sun, Apr 28, 7:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro triaged T6276: Do not call config dependencies on script error as High priority.
Sun, Apr 28, 7:43 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Thu, Apr 25

jestabro reopened T6206: L2tp smoketest fails if vyos-configd is running as "Backport candidate".
Thu, Apr 25, 2:50 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus
jestabro changed the status of T5660: Remove redundant calls to config dependency scripts, a subtask of T4820: Support for inter-config-mode script dependencies, from Needs testing to Backport candidate.
Thu, Apr 25, 2:49 PM · VyOS 1.4 Sagitta
jestabro changed the status of T5660: Remove redundant calls to config dependency scripts, a subtask of T5644: Firewall groups deletion can break config, from Needs testing to Backport candidate.
Thu, Apr 25, 2:49 PM · VyOS 1.5 Circinus
jestabro changed the status of T5660: Remove redundant calls to config dependency scripts from Needs testing to Backport candidate.
Thu, Apr 25, 2:49 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro changed the status of T5839: Remove trivial redundancies in calls to config dependency scripts, a subtask of T5660: Remove redundant calls to config dependency scripts, from Needs testing to Backport candidate.
Thu, Apr 25, 2:48 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro changed the status of T5839: Remove trivial redundancies in calls to config dependency scripts from Needs testing to Backport candidate.
Thu, Apr 25, 2:48 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Wed, Apr 24

jestabro reopened T6245: Unhandled exception in "show openvpn server" as "Open".

Reopen to investigate.

Wed, Apr 24, 3:03 PM · VyOS 1.4 Sagitta (1.4.0-epa3)

Tue, Apr 23

jestabro closed T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space, a subtask of T6144: Update system image without enough space for the files can to break the system, as Resolved.
Tue, Apr 23, 5:50 PM · VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
jestabro closed T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space as Resolved.
Tue, Apr 23, 5:50 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro moved T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space from Need Triage to Finished on the VyOS 1.5 Circinus board.
Tue, Apr 23, 5:50 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a comment to T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space.

PR:
https://github.com/vyos/vyos-1x/pull/3346

Tue, Apr 23, 1:16 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro triaged T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space as High priority.
Tue, Apr 23, 1:15 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a subtask for T6144: Update system image without enough space for the files can to break the system: T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space.
Tue, Apr 23, 1:15 AM · VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
jestabro added a parent task for T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space: T6144: Update system image without enough space for the files can to break the system.
Tue, Apr 23, 1:15 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro created T6260: image-tools: remove the image directory if it fails to install due to insufficient drive space.
Tue, Apr 23, 1:11 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mon, Apr 22

jestabro edited projects for T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up, added: VyOS 1.4 Sagitta (1.4.0-epa3); removed VyOS 1.4 Sagitta (1.4.0-epa1).
Mon, Apr 22, 2:53 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro closed T6103: DHCP-server bootfile-name double slash syntax weird behaviour, a subtask of T5996: Incorrect behavior for backslash escapes in config save and compare commands, as Resolved.
Mon, Apr 22, 2:51 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro closed T6103: DHCP-server bootfile-name double slash syntax weird behaviour as Resolved.
Mon, Apr 22, 2:51 PM · VyOS 1.4 Sagitta (1.4.0-epa3), vyatta-cfg-dhcp-server
jestabro added a project to T6103: DHCP-server bootfile-name double slash syntax weird behaviour: VyOS 1.4 Sagitta (1.4.0-epa3).
Mon, Apr 22, 2:51 PM · VyOS 1.4 Sagitta (1.4.0-epa3), vyatta-cfg-dhcp-server
jestabro added a comment to T6103: DHCP-server bootfile-name double slash syntax weird behaviour.

The fix mentioned above has been backported to 1.4: T5996.

Mon, Apr 22, 2:50 PM · VyOS 1.4 Sagitta (1.4.0-epa3), vyatta-cfg-dhcp-server
jestabro closed T5986: Container: Error on commit when environment variable value contains \n line break as Resolved.
Mon, Apr 22, 2:49 PM · VyOS 1.4 Sagitta (1.4.0-epa3)