Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5d7927e
T6718: update build system, drop batteries, and adjust for lib changes
jestabro Oct 23, 2024
037c3ce
T6718: reorganize layout for dune build of libs/executables
jestabro Oct 23, 2024
92b9c5e
T6718: add rule to generate protobuf with name change
jestabro Oct 23, 2024
60cc099
T6718: update tests
jestabro Oct 23, 2024
085b22f
T6718: read reference tree json file on startup
jestabro Oct 23, 2024
cacbe9c
T6718: add vyconfd.conf for installation
jestabro Oct 23, 2024
1e4123c
T6718: vyconfd.conf will be installed in /etc/vyos
jestabro Oct 23, 2024
a2781ef
T6718: restrict directory existence check to validators dir
jestabro Oct 23, 2024
204624e
T6718: root node now has empty name
jestabro Oct 23, 2024
5616303
T6718: use vycli as test case
jestabro Oct 23, 2024
75441a5
T6718: usr refpath to translate config paths to reference tree paths
jestabro Oct 23, 2024
bd17726
T6718: add independent validate field and methods
jestabro Oct 23, 2024
2f6348a
T6718: split path strings with single-quoted values containing ws
jestabro Oct 23, 2024
43df38f
T6718: drop ref to util
jestabro Oct 23, 2024
73652e2
T6718: set perms on socket for group write access
jestabro Oct 23, 2024
a547303
T6718: fix teardown method
jestabro Oct 23, 2024
b8dbd4d
T6718: add client_session module and test executable validate.ml
jestabro Oct 23, 2024
4aee642
T6718: move vyos1x-adapter into subdirectory
jestabro Oct 23, 2024
54c0bb2
T6718: drop unnecessary reference to file descriptor
jestabro Oct 23, 2024
aae8fbf
T6718: handle_connection should close fd on End_of_file
jestabro Oct 23, 2024
7c093d7
T6718: read argv explicity instead of using Arg
jestabro Oct 24, 2024
9b90d3c
T6718: drop output of rendered config on startup
jestabro Oct 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
*.cmx
*.cmxs
*.cmxa
*.native
*.byte
*.mllib
*.mldylib
*.rej
setup.log
setup.data
.ocp-indent
_build
META
_build/*
*.merlin
*.install
9 changes: 0 additions & 9 deletions .merlin

This file was deleted.

29 changes: 0 additions & 29 deletions .ocamlinit

This file was deleted.

49 changes: 0 additions & 49 deletions Makefile

This file was deleted.

179 changes: 0 additions & 179 deletions _oasis

This file was deleted.

Loading