]> git.ipfire.org Git - ipfire-2.x.git/commit
red: Update to use ip in place of deprecated vconfig
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 9 Jun 2025 13:32:28 +0000 (15:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Jun 2025 12:14:21 +0000 (12:14 +0000)
commitbadb41f8224c193ac752c6192cf1b7ced382050c
treedb3282b8161f930e5762b9ce279aaf63e26ef010
parent128d5409bd27407791e95599ca58d832658819b8
red: Update to use ip in place of deprecated vconfig

- I noticed that the vlan package was last updated in 2005 and that the vconfig site said
   that 802.1Q VLAN code is part of the official kernel, and has been for years and
   years. It is very unlikely that you need to download anything from this site, the
   packages are left here for posterity's sake. 802.1Q VLANs can be created with the
   'ip' utility (vconfig works for vlans, but is crufty and deprecated).
- Based on this it seemed appropriate to replace the vconfig commands with ip commands.
- This patch set has been sent as an RFC PATCH as my replacement ip commands may or may
   not be correct and I am unable to test the effect as I do not have a pppoe connection
   using vlans.
- I am open to any modifications or any other decision with reagard to the vlan package

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/networking/red