From 916ea4510c35e1e37cf2ff53f48df20a1a1998bf Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 14 Oct 2025 15:54:52 -0700 Subject: 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. --- src/session.mli | 1 - 1 file changed, 1 deletion(-) (limited to 'src/session.mli') 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; -- cgit v1.2.3