irene-pan1202
irene-pan1202
The pclose () function will return the termination state of the shell, which is the end state of the subroutine. If an error occurs, pclose() function returns -1, and the...
**What I did** Relax the restrictions on the arp_ignore global settings, and support a new field that allows dynamic modification of arp_ignore for different interfaces. **Why I did it** arp_ignore...
#### Why I did it arp_ignore has different modes for sending replies in response to received ARP requests that resolve the local target IP address. Due to the strict settings...
#### Why I did it In the bullseye debian linux, its official netsnmp package is based on 5.9.0 of netsnmp community. The VRF relevant code is not included until the...
#### Why I did it Start dhcp_relay container after port init done avoid error "setsockopt: SO_BINDTODEVICE: No such device" #### How I did it #### How to verify it ####...
#### What I did [#15058](https://github.com/sonic-net/sonic-buildimage/pull/15058) Configure NTP global parameters, and specify the NTP vrf as "default". The NTP vrf does not change to "mgmt" when mgmtvrf is enabled, causing NTP...