diff options
author | 2024-02-29 10:57:31 -0500 | |
---|---|---|
committer | 2024-02-29 14:07:44 -0500 | |
commit | d50f1cd0f995b6d8837032cf48a443b21bb62c75 (patch) | |
tree | 3b7a4f38703136737f9abeca1c646cb328dc2b8b /etc | |
parent | 2.14 (diff) | |
download | baselayout-d50f1cd0f995b6d8837032cf48a443b21bb62c75.tar.gz baselayout-d50f1cd0f995b6d8837032cf48a443b21bb62c75.tar.bz2 baselayout-d50f1cd0f995b6d8837032cf48a443b21bb62c75.zip |
etc/protocols: add mobility-header (135)
Missing this makes net-firewall/iptables tests fail.
See: https://bugzilla.netfilter.org/show_bug.cgi?id=1738
Bug: https://bugs.gentoo.org/890628
Closes: https://github.com/gentoo/baselayout/pull/6
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/protocols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/protocols b/etc/protocols index 8e009be0..ade8d16a 100644 --- a/etc/protocols +++ b/etc/protocols @@ -143,6 +143,7 @@ sctp 132 SCTP # Stream Control Transmission Protocol fc 133 FC # Fibre Channel rsvp-e2e-ignore 134 RSVP-E2E-IGNORE # RFC3175 # 134 # Unassigned +mobility-header 135 Mobility-Header # Mobility Support for IPv6 [RFC3775] udplite 136 UDPLite # RFC3828 mpls-in-ip 137 MPLS-in-IP # RFC4023 manet 138 manet # MANET Protocols |