diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-15 15:12:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-15 15:12:02 +0100 |
commit | 4f8cd87849ae16f5efb127b63767176a243bcd8d (patch) | |
tree | 29f42006c605a639ec0a1bcc467225ec880c7e5f /src/startup.mli | |
parent | 61566db58d2b5f8eacbd1564ba1ae0690ac4b1f6 (diff) | |
parent | f6653abbc5d4a5229fafa49d49bf517f6baada33 (diff) | |
download | vyconf-4f8cd87849ae16f5efb127b63767176a243bcd8d.tar.gz vyconf-4f8cd87849ae16f5efb127b63767176a243bcd8d.zip |
T7321: Replace legacy operations in configsession.py with vyconf client operations
Diffstat (limited to 'src/startup.mli')
-rw-r--r-- | src/startup.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/startup.mli b/src/startup.mli index dc84736..1415953 100644 --- a/src/startup.mli +++ b/src/startup.mli @@ -14,8 +14,6 @@ val create_server : (Lwt_unix.file_descr * Lwt_unix.sockaddr -> unit Lwt.t) -> Lwt_unix.file_descr -> unit -> 'a Lwt.t -val load_config : string -> (Vyos1x.Config_tree.t, string) result - val load_config_failsafe : string -> string -> Vyos1x.Config_tree.t val load_interface_definitions : string -> (Vyos1x.Reference_tree.t, string) result |