File: control

package info (click to toggle)
ifupdown-multi 1.0.0
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 92 kB
  • sloc: python: 161; makefile: 4; sh: 2
file content (24 lines) | stat: -rw-r--r-- 992 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: ifupdown-multi
Section: admin
Priority: optional
Maintainer: Robert Edmonds <edmonds@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3
Standards-Version: 4.5.0
Vcs-Git: https://github.com/edmonds/ifupdown-multi.git
Vcs-Browser: https://github.com/edmonds/ifupdown-multi

Package: ifupdown-multi
Architecture: all
Depends: python3, ${misc:Depends}, ${python3:Depends}
Enhances: ifupdown
Description: multiple default gateway support for ifupdown
 This package integrates support for multiple default gateways on
 independent network connections into the Debian ifupdown network
 interface configuration system. It adds new "multi_*" options to the
 /etc/network/interface file format in order to more easily configure
 Linux's policy based routing.
 .
 The policy information used to configure each network interface using
 ifupdown-multi is saved when ifup is run. This allows network
 interfaces using ifupdown-multi to be brought up or down cleanly as
 needed.