ALT Linux Bugzilla
– Attachment 8826 Details for
Bug 38578
etcnet не может настроить vlan для интерфейса ovsport
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для парсинга VID
create-ovsport.patch (text/plain), 622 bytes, created by
Evgeniy Korneechev
on 2020-06-05 11:05:05 MSK
(
hide
)
Description:
Патч для парсинга VID
Filename:
MIME Type:
Creator:
Evgeniy Korneechev
Created:
2020-06-05 11:05:05 MSK
Size:
622 bytes
patch
obsolete
>--- /etc/net/scripts/create-ovsport~ 2019-06-07 20:49:05.000000000 +0300 >+++ /etc/net/scripts/create-ovsport 2020-06-05 10:34:44.967460737 +0300 >@@ -11,4 +11,4 @@ > iface_is_up $BRIDGE || $SCRIPTDIR/ifup $BRIDGE > iface_exists $NAME || INTERNAL_PORT="-- set interface $NAME type=internal " > >-$OVS_VSCTL -t $OVS_VSCTL_TIMEOUT -- --may-exist add-port "$BRIDGE" "$NAME" $OVS_OPTIONS ${OVS_EXTRA+-- $OVS_EXTRA} $INTERNAL_PORT && print_progress >+$OVS_VSCTL -t $OVS_VSCTL_TIMEOUT -- --may-exist add-port "$BRIDGE" "$NAME" $OVS_OPTIONS ${OVS_EXTRA+-- $OVS_EXTRA} $INTERNAL_PORT ${VID+-- set port $NAME tag=$VID} && print_progress
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38578
: 8826