summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
Commit message (Expand)AuthorAgeFilesLines
* network: tighten variable scope used in loop (#18277)Susant Sahani2021-01-171-6/+5
* networkctl: tighten variable scope used in loopSusant Sahani2021-01-151-27/+24
* Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-2/+3
|\
| * sd-network: move link_get_type_string()Yu Watanabe2020-10-291-2/+3
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* | networkctl: use and print full hardware addressTimo Rothenpieler2020-10-281-7/+8
|/
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-6/+3
* networkctl: label command does not take any argumentYu Watanabe2020-08-271-1/+1
* tree-wide: use sd_bus_error_has_names() in more placesZbigniew Jędrzejewski-Szmek2020-08-241-2/+2
* networkctl: do not ignore -EOPNOTSUPP when reading netlink messageYu Watanabe2020-07-201-1/+1
* networkctl: sort alternative namesYu Watanabe2020-07-201-0/+1
* network: drop doubled white spaceYu Watanabe2020-07-151-1/+1
* table use table_log_print_error() instead of table_log_show_errorfangxiuning2020-07-081-5/+5
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-2/+2
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* networkctl: display DHCPv4 server addressSusant Sahani2020-06-231-4/+11
* networkctl: use lease file to get DHCPv4 client IDYu Watanabe2020-06-231-10/+17
* networkctl: use lease file to get DHCPv4 addressYu Watanabe2020-06-231-5/+7
* networkctl: load DHCPv4 lease file and use timezone data from the lease fileYu Watanabe2020-06-231-13/+22
* network: clean-up DHCP lease server data configurationLennart Poettering2020-06-181-14/+1
* networkctl: Display DHCP6 DUIDSusant Sahani2020-06-101-2/+12
* networkctl: DHCPv6 - display IAIDSusant Sahani2020-06-091-1/+11
* networkctl: Display DHCP4 client IDSusant Sahani2020-06-081-1/+11
* networkctl: print DHCP leasesMarc-André Lureau2020-06-041-1/+97
* networkctl: factor out link_get_property()Marc-André Lureau2020-06-041-8/+20
* networkctl: Add a range to address genmodeSusant Sahani2020-05-211-1/+5
* Merge pull request #15166 from ssahani/networkctl-ipvlanLennart Poettering2020-05-191-0/+31
|\
| * networkctl: Add support to display ipvlanSusant Sahani2020-05-181-0/+31
* | networkctl: Use bond util common functionsSusant Sahani2020-05-171-13/+2
* | networkctl: VXLan - display more propertiesSusant Sahani2020-05-171-0/+66
|/
* networkctl: Add support to display macvlan/macvtap modeSusant Sahani2020-05-141-1/+13
* network: switch to BusLocator-oriented helpersVito Caputo2020-05-071-32/+4
* networkctl: Add support to display LPR serversSusant Sahani2020-04-221-1/+5
* networkctl: Add support to display VXLan remote addressSusant Sahani2020-04-111-1/+9
* Merge pull request #15210 from ssahani/networkctl-up-downZbigniew Jędrzejewski-Szmek2020-04-021-0/+67
|\
| * networkctl: Add support to set link up and downSusant Sahani2020-03-261-0/+67
* | networkctl: Add support to display DHCP SMTP serversSusant Sahani2020-03-291-1/+5
* | networkctl: Add support to display DHCP pop3 serversSusant Sahani2020-03-281-1/+6
|/
* Merge pull request #15224 from ssahani/geneveZbigniew Jędrzejewski-Szmek2020-03-261-0/+59
|\
| * networkctl: Display more geneve prepertiesSusant Sahani2020-03-251-0/+59
* | networkctl: Use string table for bridge stateSusant Sahani2020-03-241-11/+2
|/
* networkctl: Add more bridge propertiesSusant Sahani2020-03-241-1/+25
* networkctl: Add support to display SIP serversSusant Sahani2020-03-221-1/+5
* networkctl: Add support to display IPv6 addrgenmodeSusant Sahani2020-03-191-0/+33
* networkctl: Add support to display bondSusant Sahani2020-03-181-1/+40
* networkctl: Add support to display vti and vti6 tunnelsSusant Sahani2020-03-181-2/+8
* networkctl: add support to display ip6gre, ip6gretap, ip6erspanSusant Sahani2020-03-181-1/+21
* networkctl: Add support to display gre gretap and erspanSusant Sahani2020-03-171-2/+4
* networkctl: Add support to display geneve tunnel infoSusant Sahani2020-03-171-0/+67