![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
yunion.io/x/sdnagent
failsafe trigger
more usable cmdline
add-flow br1 cookie=0x99,priority=99,,actions=
lock yunioncloud/pkg/log in Gopkg.toml
ping check on startup
encode who in cookie
intranet, external net
config file
vlan and ct zone allocation
match field, order by Name()
ovsdb port external_id
hostconfig with ct zone management, collision with ovn-controller?
check availability of conntrack
cgo libopenvswitch
maybe, robustness, add logic to detect ct() , ct_state arguments order
TODO redirect broadcast ip traffic to sec_IN
do we need to kill existing connection when new secrule applies
conntrack entry timeout setting
Prepare dummy desc directory
virtual hosts with single nic on the same host or different hosts
virtual host with 2 nics enslaved to the same br0
traffic control test
server start
server stop
server change bandwidth
zero bandwidth: no limit: api forbids this
qdisc statistics no reset on normal running
qdisc automatic restore after manual delete, change
sudo tc qdisc delete dev vnet2-197 root
sudo tc qdisc replace dev vnet2-197 root handle 1: tbf rate 100Kbit burst 100b latency 10ms
initial noqueue
initial with ingress
initial pfifo_fast
minimize erruption on restart
in:<ACTION> any
dl_dst=<MAC_VM>,ip[,nw_src=<NET>] <ACTION>
out:<ACTION> any
dl_src=<MAC_VM>,ip[,nw_dst=<NET>] <ACTION>
in:<ACTION> tcp
dl_dst=<MAC_VM>,tcp,tcpflags=+syn-ack[,tp_dst=<PORT>][,nw_src=<NET>] <ACTION>
dl_dst=<MAC_VM>,tcp[,tp_dst=<PORT>][,nw_src=<NET>] accept
dl_src=<MAC_VM>,tcp[,tp_src=<PORT>][,nw_dst=<NET>] accept
out:<ACTION> tcp
dl_src=<MAC_VM>,tcp,tcpflags=+syn-ack[,tp_dst=<PORT>][,nw_dst=<NET>] <ACTION>
dl_dst=<MAC_VM>,tcp[,tp_src=<PORT>][,nw_src=<NET>] accept
dl_src=<MAC_VM>,tcp[,tp_dst=<PORT>][,nw_dst=<NET>] accept
in:<ACTION> udp
dl_dst=<MAC_VM>.udp[,tp_dst=<PORT>][,nw_src=<NET>] <ACTION>
dl_src=<MAC_VM>.udp[,tp_src=<PORT>][,nw_dst=<NET>] <ACTION>
out:<ACTION> udp
dl_src=<MAC_VM>.udp[,tp_dst=<PORT>][,nw_dst=<NET>] <ACTION>
dl_dst=<MAC_VM>.udp[,tp_src=<PORT>][,nw_src=<NET>] <ACTION>
in:<ACTION> icmp
dl_dst=<MAC_VM>,icmp[,nw_src=<NET>] <ACTION>
out:<ACTION> icmp
dl_src=<MAC_VM>,icmp[,nw_dst=<NET>] <ACTION>
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.