Home
last modified time | relevance | path

Searched full:ipv4 (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js49 $scope.interface.ipv4.values.push(
54 // Check if the IPV4 being removed has an id. This indicates that it is
56 if ($scope.interface.ipv4.values[index].id) {
57 $scope.ipv4sToDelete.push($scope.interface.ipv4.values[index]);
59 $scope.interface.ipv4.values.splice(index, 1);
94 // Set IPV4 IP Addresses, Netmask Prefix Lengths, and Gateways
96 // Delete existing IPV4 addresses that were removed
98 // Update any changed IPV4 addresses and add new
99 for (var i in $scope.interface.ipv4.values) {
101 $scope.interface.ipv4.values[i].Address)) {
[all …]
H A Dnetwork-controller.html40 IPV4 settings
58 …ass="net-config__fieldset net-config__static-ip-wrap" ng-repeat="ipv4 in interface.ipv4.values tra…
60 <label for="ipv4-address-{{$index+1}}">IPV4 address</label>
61 … <input id="ipv4-address-{{$index+1}}" ng-change="ipv4.updateAddress = true" type="text"
62 ng-disabled="interface.DHCPEnabled" ng-model="ipv4.Address" />
65 <label for="ipv4-gateway-{{$index+1}}">Gateway</label>
66 … <input id="ipv4-gateway-{{$index+1}}" ng-change="ipv4.updateGateway = true" type="text"
67 ng-disabled="interface.DHCPEnabled" value="" ng-model="ipv4.Gateway" />
69 <!-- This netmask prefix length max only works with IPV4 -->
71 <label for="ipv4-prefix-{{$index+1}}">Netmask Prefix Length</label>
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
Dtest_flow_dissector.sh
Dtest_lwt_ip_encap.sh
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi.robot78 Set VMI IPv4 Origin ${False} ${HTTP_ACCEPTED}
81 Delete VMI IPv4 Address
90 Set VMI IPv4 Origin ${False} ${HTTP_ACCEPTED}
92 Set Static IPv4 Address To VMI And Verify ${test_ipv4} ${test_gateway} ${test_netmask}
93 Delete VMI IPv4 Address IPv4Addresses valid_status_code=${HTTP_FORBIDDEN}
96 Assign Valid And Invalid Static IPv4 Address To VMI
97 [Documentation] Assign static IPv4 address to VMI.
99 [Template] Set Static IPv4 Address To VMI And Verify
100 [Teardown] Run keywords Delete VMI IPv4 Address AND Test Teardown Execution
112 [Teardown] Run keywords Delete VMI IPv4 Address AND Test Teardown Execution
[all …]
H A Dtest_vmi_multiple_interfaces.robot33 Set Static IPv4 Address To VMI And Verify ${test_ipv4_1} ${test_gateway_1}
35 Set Static IPv4 Address To VMI And Verify ${test_ipv4_3} ${test_gateway_1}
43 Set Static IPv4 Address To VMI And Verify ${test_ipv4_1} ${test_gateway_1}
45 Set Static IPv4 Address To VMI And Verify ${test_ipv4_2} ${test_gateway_2}
51 [Teardown] Run keywords Set VMI IPv4 Origin ${False}
52 ... AND Set VMI IPv4 Origin ${False} ${HTTP_ACCEPTED} ${interface_list}[1]
55 Set VMI IPv4 Origin ${True}
57 Set VMI IPv4 Origin ${True} ${HTTP_ACCEPTED} ${interface_list}[1]
65 [Teardown] Run keywords Delete VMI IPv4 Address AND
66 ... Set VMI IPv4 Origin ${False} ${HTTP_ACCEPTED} ${interface_list}[1]
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/
H A Dtayga.conf8 # TUN device that TAYGA will use to exchange IPv4 and IPv6 packets with the
20 # TAYGA's IPv4 address. This is NOT your router's IPv4 address! TAYGA
21 # requires its own address because it acts as an IPv4 and IPv6 router, and
29 ipv4-addr 192.168.254.1
33 # requires its own address because it acts as an IPv4 and IPv6 router, and
38 # address using ipv4-addr and the NAT64 prefix.
41 # mandatory if the NAT64 prefix is 64:ff9b::/96 and ipv4-addr is a private
48 # The NAT64 prefix. The IPv4 address space is mapped into the IPv6 address
49 # space by prepending this prefix to the IPv4 address. Using a /96 prefix is
55 # Prefix will prohibit IPv6 hosts from contacting IPv4 hosts that have private
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c
Dtest_sk_assign.c
Dtest_bpf_nf.c
Dtest_cls_redirect.c
Dtest_bpf_nf_fail.c
/openbmc/linux/tools/testing/selftests/net/
Dbareudp.sh
Droute_localnet.sh
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
Dlocal_termination.sh
/openbmc/linux/tools/testing/selftests/net/forwarding/
Dlocal_termination.sh
Drouter_broadcast.sh
/openbmc/linux/net/netfilter/ipset/
DKconfig
/openbmc/linux/net/ipv4/
Dtcp_plb.c
/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/
H A Dsysctl.conf13 net/ipv4/tcp_syncookies=1
16 net/ipv4/conf/all/log_martians=1
19 net/ipv4/conf/all/accept_redirects=0
20 net/ipv4/conf/all/accept_source_route=0
21 net/ipv4/icmp_echo_ignore_broadcasts =1
24 #net/ipv4/ip_forward=1
27 #net.ipv4.ip_local_port_range = 32768 61000
34 #net.ipv4.tcp_ecn = 0
/openbmc/linux/samples/bpf/
Dtc_l2_redirect.sh
/openbmc/linux/tools/testing/selftests/netfilter/
Dipvs.sh
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
Dbond_macvlan.sh
/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/
H A Dnetwork.conf1 net.ipv4.conf.all.arp_ignore=1
2 net.ipv4.conf.all.arp_filter=1
3 net.ipv4.conf.default.rp_filter=1
4 net.ipv4.conf.all.rp_filter=1
/openbmc/linux/include/net/sctp/
Dconstants.h

12345678910>>...34