]> git.proxmox.com Git - proxmox-backup.git/commit - src/config/network.rs
src/config/network.rs: read/write /etc/network/interfaces
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Apr 2020 12:15:57 +0000 (14:15 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 20 Apr 2020 12:15:57 +0000 (14:15 +0200)
commitf34d4401f7771b2415c5a6ab3eb326d51243238c
tree6a92a06d5119328621a55596417faf0fa7110da0
parent6e695960ca0b89d57e04eeaa99e7213462f47f70
src/config/network.rs: read/write /etc/network/interfaces

Start implementing a recursive descent parser.
src/config.rs
src/config/network.rs [new file with mode: 0644]
src/config/network/helper.rs [new file with mode: 0644]
src/config/network/lexer.rs [new file with mode: 0644]
src/config/network/parser.rs [new file with mode: 0644]