diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-10-14 15:54:52 -0700 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-10-22 19:36:45 -0500 |
| commit | 916ea4510c35e1e37cf2ff53f48df20a1a1998bf (patch) | |
| tree | 6555a4f029e1b12ef6e454fd0fca49399aecb0cb /src/session.mli | |
| parent | 304e4d2a172fe1baf2c1df7f61b7a0a8e40f7d5d (diff) | |
| download | vyconf-916ea4510c35e1e37cf2ff53f48df20a1a1998bf.tar.gz vyconf-916ea4510c35e1e37cf2ff53f48df20a1a1998bf.zip | |
T7910: drop proposed_config field from session record
After the move in T7728 to dynamically generate the session proposed
config, the record field can be dropped.
Diffstat (limited to 'src/session.mli')
| -rw-r--r-- | src/session.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/session.mli b/src/session.mli index a08f873..ea838c9 100644 --- a/src/session.mli +++ b/src/session.mli @@ -16,7 +16,6 @@ type aux_op = { } [@@deriving yojson] type session_data = { - proposed_config : Vyos1x.Config_tree.t; modified: bool; conf_mode: bool; changeset: cfg_op list; |
