diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2023-03-05 15:26:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-05 14:34:38 -0800 |
| commit | 0b3e6c1973d53161fa574e4112e65290d9e0f080 (patch) | |
| tree | f13f12eb89a2654811155f800e6dadb771b3fb44 /meta-networking/recipes-protocols/quagga/files/bgpd.service | |
| parent | 80740b1d3c7ce2910410a7b49ca1e3bb012d3d4a (diff) | |
| download | meta-openembedded-0b3e6c1973d53161fa574e4112e65290d9e0f080.tar.gz | |
quagga: drop recipe
Quagga is no longer maintained since 2018[1]. Its official repository is
not even available[2].
As an alternative, users can use FRRouting[3] which has been added to
meta-networking[4].
[1] https://github.com/Quagga/quagga
[2] https://git.savannah.gnu.org/cgit/quagga.git
[3] https://frrouting.org
[4] https://git.openembedded.org/meta-openembedded/tree/meta-networking/recipes-protocols/frr
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/files/bgpd.service')
| -rw-r--r-- | meta-networking/recipes-protocols/quagga/files/bgpd.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/bgpd.service b/meta-networking/recipes-protocols/quagga/files/bgpd.service deleted file mode 100644 index 818b59cb27..0000000000 --- a/meta-networking/recipes-protocols/quagga/files/bgpd.service +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=BGP routing daemon | ||
| 3 | BindTo=zebra.service | ||
| 4 | After=zebra.service | ||
| 5 | ConditionPathExists=@SYSCONFDIR@/quagga/bgpd.conf | ||
| 6 | |||
| 7 | [Service] | ||
| 8 | Type=forking | ||
| 9 | EnvironmentFile=-@SYSCONFDIR@/default/quagga | ||
| 10 | ExecStart=@SBINDIR@/bgpd -d $bgpd_options -f @SYSCONFDIR@/quagga/bgpd.conf | ||
| 11 | ExecStopPost=@base_bindir@/rm -rf /run/quagga/bgpd.pid | ||
| 12 | Restart=on-abort | ||
| 13 | |||
| 14 | [Install] | ||
| 15 | WantedBy=multi-user.target | ||
