mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
31 lines
866 B
Diff
31 lines
866 B
Diff
From 5f37809521acda432d77aa4028b74c5713c2d988 Mon Sep 17 00:00:00 2001
|
|
From: Tobias Waldekranz <tobias@waldekranz.com>
|
|
Date: Wed, 20 Nov 2024 15:53:21 +0100
|
|
Subject: [PATCH 2/2] staticd: Re-enable split config support
|
|
Organization: Addiva Elektronik
|
|
|
|
Because we can.
|
|
|
|
Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
|
|
---
|
|
staticd/static_main.c | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/staticd/static_main.c b/staticd/static_main.c
|
|
index 165fb4d65..59e924c83 100644
|
|
--- a/staticd/static_main.c
|
|
+++ b/staticd/static_main.c
|
|
@@ -128,8 +128,7 @@ FRR_DAEMON_INFO(staticd, STATIC, .vty_port = STATIC_VTY_PORT,
|
|
|
|
.privs = &static_privs, .yang_modules = staticd_yang_modules,
|
|
.n_yang_modules = array_size(staticd_yang_modules),
|
|
-
|
|
- .flags = FRR_NO_SPLIT_CONFIG);
|
|
+ );
|
|
|
|
int main(int argc, char **argv, char **envp)
|
|
{
|
|
--
|
|
2.43.0
|
|
|