summaryrefslogtreecommitdiff
path: root/templates/interfaces
AgeCommit message (Collapse)Author
2021-05-28vti: T1579: migrate to vyos-1xChristian Poessinger
2021-04-02interfaces: move node.def file to vyos-1xChristian Poessinger
2020-03-02tunnel: T2028: migrate tunnel interface definition to XML/PythonThomas Mangin
2020-02-13macvlan: T1635: migrate pseudo-ethernet interface definition to XML/PythonChristian Poessinger
2019-12-31l2tpv3: T1923: migrate to vyos-1xChristian Poessinger
2019-09-21ethernet: T1637: removed as rewritten in XML/PythonChristian Poessinger
2019-09-06vxlan: T1636: initial rewrite with XML and PythonChristian Poessinger
2019-09-04bonding: T1614: remove old style node.def files in favour of XML/Python rewriteChristian Poessinger
2019-09-03Merge pull request #106 from zdc/T1593Christian Poessinger
[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaces
2019-08-27bridge: T1556: migrate bridge config to XML/PythonChristian Poessinger
2019-08-22[tunnel] T1593: Added ip6gre encapsulation for tunnel interfaceszsdc
2019-08-21loopback: T1601: rewrite using XML/Python definitionsChristian Poessinger
2019-08-19dummy: T1580: rewrite in new style XML/PythonChristian Poessinger
2019-08-13vlan: q-in-q: T1551: add missing if statement to check if vlan interface existsChristian Poessinger
When adding the interface and getting a commit error e.g. due to missing firewall this resulted in an additional error when committing again after adding the missing firewall rule. This can be fixed by only creating the outer vif-s interface if it yet does not exist.
2019-08-05[bridge]: T1556: rewrite Bridge in new style XML syntaxChristian Poessinger
2019-07-19Update node.defEshenko Dmitriy
2019-07-19Fix T1491Eshenko Dmitriy
2019-07-05 T1499: Allow for usage of systemd interface mappings (#103)runborg
* T1499: Allow for usage of systemd interface mappings * T1499: Fix not working regex in ethernet interface parsing
2019-06-30T1430: initial implementation of IPv4 DHCP client id and hostname options.Daniil Baturin
2019-05-20[vxlan] T1384: bugfix on empty remote-portChristian Poessinger
Do not emit warning messages when remote-port is unconfigured. Fallback to default Linux Port.
2019-05-06[interfaces-vif] T1367 - VIF deletion fails inconsistentlyhagbard
2019-03-25fixes: T1265 - Disabled Bonding Interfaces Enabled on Boothagbard
2019-03-20[dhcp-hostname] T1262 - dhcp needs to call host_name.py to write resolv.confhagbard
2019-03-08T1067: [vxlan] bump minimum MTU to 1450 bytesChristian Poessinger
2019-01-26T113: add a MAC address option for 802.1q and 802.1ad VLANs.Daniil Baturin
2019-01-15Fix: T1181 - enable/disable interface doesn't restart dhclient on enablehagbard
2018-12-31T1043: fail commit when multicast VXLAN is configured without the link option.Daniil Baturin
2018-12-04T1067: support setting VXLAN remote portChristian Poessinger
2018-12-04VXLAN: fix typo for remoteChristian Poessinger
2018-11-18T1000: partially fix the broken 6rd implementation.Daniil Baturin
2018-10-14T900: handle the case when a bridge and tunnel bridge group are removed in ↵Daniil Baturin
the same commit.
2018-10-14T898: use the new script for checking if a bridge still has active members.Daniil Baturin
2018-10-05Adding arp-cache-timeout on vlan levelAndamasov Yuriy
should fix T873
2018-08-25T797: add sudo to ip command calls in other interface types.Daniil Baturin
2018-08-25T797: add sudo to ip link/ip tunnel commands, otherwise they are giving ↵Daniil Baturin
permission denied now.
2018-07-28T755: use ethertype for QinQ service VLAN creation.Daniil Baturin
2017-11-04T444: missing keyword in ip l2tp del command.Daniil Baturin
2017-10-12T198: fix typos in the l2tpv3 script.Daniil Baturin
Thanks to Thomas Courbon!
2017-02-24Update priority to load l2tpv3 in bridge-groupKim
with loopback address as local ip
2017-02-03Allow full integer range for GRE tunnel keyHelge Sychla
Fixes T262 modified: templates/interfaces/tunnel/node.tag/parameters/ip/key/node.def
2016-10-06fix path for fiv pvlan commandDiego Garcia del Rio
2016-10-06Add support for proxy-arp-pvlan for vlan interfaces
Added support for proxy-arp pvlan on vif / vif-c / vif-c-s interfaces
2016-09-06Some devices use ethernet switch chips which use 'lan' interfaces,Kim Hagen
this will add the option to also configure these in VyOS.
2016-02-24remove reference to dmvpn.secrets and chang dmvpn.conf to swanctl.confKim Hagen
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2016-01-27vyatta-cfg-system: add 6rd-relay-prefix option to support providers using ↵Seamus Caveney
ipv6 networks larger than /32
2016-01-26vyatta-cfg-system: add support for 6rd tunnel interfacesSeamus Caveney
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
2015-11-08vyatta-cfg-system: add option to modify interface scatter-gather optionAlex Harpin
Allow the setting of the interfaces scatter-gather offload setting. This is useful for working around hardware related NIC problems and enables it to be set directly in the configuration. Bug #526 http://bugzilla.vyos.net/show_bug.cgi?id=526
2015-11-08vyatta-cfg-system: rename ethernet offload option nodesAlex Harpin
Updates to the changes committed in connection with Bug #365 to allow a workaround for Xen based network issues. https://github.com/vyos/vyatta-cfg-system/commit/7a5a8500091589f0ede3d5a1dbc8b6b4b3fabf1d Rename the offload configuration node to offload-options, shorten the child node names, rename offload-settings to offload-option and add a more descriptive error message if an option fails to apply to the interface. Bug #612 http://bugzilla.vyos.net/show_bug.cgi?id=612