]> git.proxmox.com Git - mirror_ifupdown2.git/shortlog
mirror_ifupdown2.git
2020-02-03 Julien FortinMerge branch 'master-next' into python3
2020-02-03 Julien FortinMerge pull request #136 from svenauhagen/bugfix/xfrm
2020-02-03 Sven AuhagenAdd XFRM to IFLA_INFO_KIND and reverse change to iprout...
2020-02-03 Sven AuhagenMerge remote-tracking branch 'upstream/master-next...
2020-02-03 Julien FortinMerge branch 'master-next' into python3
2020-02-03 Julien Fortinnlmanager: nlpacket: add "ip6ip6" link kind to LINKINFO...
2020-02-03 Sven AuhagenThis patch fixes the XFRM addon for ifupdown2 version 2.
2020-01-28 Julien Fortindebian: add ifupdown2.lintian-overrides
2020-01-28 Julien Fortinpython3: debian: control: update python3:depends
2020-01-28 Julien Fortinsetup.py: drop ipaddr dependency
2020-01-28 Julien Fortinmodulebase: fix Invalid python3 Syntax after merge
2020-01-28 Roopa Prabhuaddons: dhcp: if mgmt vrf context exec dhclient in...
2020-01-28 Julien Fortinpython3: remove str.encode(ascii, ignore) call from...
2020-01-28 Julien FortinMerge branch 'master-next' into python3
2020-01-28 Julien Fortinnlpacket: add tunnel link_kind to encode support list
2020-01-28 Julien Fortinaddons.conf: remove duplicate entry for tunnel pre-up
2020-01-27 Julien Fortinaddons: ethtool: fix: _modinfo dictionary got renamed...
2020-01-21 Julien Fortinpython3: addons: address: update IPNetwork call after...
2020-01-21 Julien FortinMerge branch 'master-next' into python3
2020-01-21 Julien Fortinaddons: address: convert ip addresses from statemanager...
2020-01-21 Julien Fortinmain: add extra log info to output the exit status
2020-01-21 Julien Fortinpython3: ipnetwork: create new ipnetwork object from...
2020-01-21 Julien Fortinpython3: addons: addressvirtual: convert user ip addr...
2020-01-08 Julien Fortinpython3: update debian files to build python3 deb
2020-01-08 Julien Fortinpython3: replacing ipaddr with custom ipnetwork.IPNetwo...
2020-01-02 Julien Fortinpython3: ethtool: port offload code to python3
2020-01-02 Julien FortinMerge branch 'master-next' into python3
2019-12-31 Julien Fortinargv: move --nldebug option to common_argparse to avoid...
2019-12-31 Julien Fortindebian: changelog: new 2.0.1-1 entry 2.0.1-1
2019-12-31 Julien Fortinargv: add new command line argument --nldebug
2019-12-30 Julien FortinMerge branch 'master' into master-next
2019-12-30 Julien FortinMerge pull request #118 from svenauhagen/feature/offload
2019-12-17 Julien Fortinpython3: fixes for batman_adv, ppp and xfrm addons
2019-12-17 Julien Fortindebian: postinst: remove apt install, add log message...
2019-12-17 Julien Fortindebian: postinst: add work-around to manually install...
2019-12-17 Julien FortinRevert "python3: ipaddress is now part of the standard...
2019-12-17 Julien Fortinpython3: ipaddress is now part of the standard library...
2019-12-17 Julien Fortinpython3: comment out traceback.print_exc in main exception
2019-12-17 Julien Fortinpython3: pypi support: except ImportError and ModuleNot...
2019-12-17 Julien Fortinsetup.py: bump version to 3.0.0 and update changelog
2019-12-17 Julien Fortinpython3: utils.exec_command now returns str and not...
2019-12-17 Julien Fortinpython3: scheduler: comment out traceback.print_exc
2019-12-17 Julien Fortinpython3: scheduler: python3 set can't handle None value
2019-12-17 Julien Fortinaddons: bridge: use string.replace.split instead of...
2019-12-17 Julien Fortinpython3: bridge: use integer python3 division instead...
2019-12-17 Julien Fortinaddons: addressvirtual: fix ifquery output if no addres...
2019-12-17 Julien Fortinpython3: popen.communicate returns bytes (str are expected)
2019-12-17 Julien Fortinpython3: nlpacket: encode_ipv4: convert to string befor...
2019-12-17 Julien Fortinpython3: logging: the 'warn' method is deprecated,...
2019-12-17 Julien Fortinpython3: nlpacket: importing python3 fixes from nlmanag...
2019-12-17 Julien Fortinpython3: nlmanager: fix sequence.next() call
2019-12-17 Julien Fortinpython3: mstpctlutils: .strip() expects bytes and not...
2019-12-17 Julien Fortinpython3: nlpacket: LINKINFO: info_kind as a string...
2019-12-17 Julien Fortinpython3: nlpacket: LINKINFO: workaround: converting...
2019-12-17 Julien Fortinpython3: nlcache: keeping ifname as str (and not bytes...
2019-12-17 Julien Fortinpython3: nlcache: can't compare NoneType with integer...
2019-12-17 Julien Fortinpython3: nlpacket: BRPORT: decode: convert data to...
2019-12-17 Julien Fortinpython3: modulebase: subprocess APIs now return bytes...
2019-12-17 Julien Fortinpython3: scheduler: add traceback.print_exc for debugging
2019-12-17 Julien Fortinpython3: addons: bridge: add traceback for debugging
2019-12-17 Julien Fortinpython3: ch.communicate input should be bytes not str
2019-12-17 Julien Fortinpython3: nlpacket: fix str vs bytes errors
2019-12-17 Julien Fortinpython3: nlcache: cache key (ifname) should of type...
2019-12-17 Julien Fortinpython3: statemanager: use open call in binary mode
2019-12-17 Julien Fortinpython3: add traceback.print_exc to help debugging
2019-12-17 Julien Fortinpython3: replace python2 map with loops
2019-12-17 Julien Fortinpython3: 2to3 changes
2019-12-17 Julien Fortinpython3: shebang update
2019-12-17 Julien Fortinifupdown2 2.0.0-1
2019-10-24 Julien FortinMerge pull request #121 from aderumier/arpaccept
2019-09-18 Julien Fortinifupdownmain: detect interfaces no longer configured...
2019-09-18 Julien Fortinifupdown: log: drop comments
2019-09-18 Julien Fortinaddons: address: if hwaddress changed delete old fdb...
2019-09-18 Julien Fortinaddons: bond: enable ipv6 on brports before bond enslaving
2019-09-18 Julien Fortinaddons: vrf: enable_ipv6: rename method and add sysfs...
2019-09-18 Julien Fortinreverting the iface.py changes ; addons: vrf: enable...
2019-09-18 Julien Fortinnlmanager: nlmanager: retry binding tx_socket up to...
2019-09-18 Julien Fortinaddons: address: remove old ip address when intf is...
2019-09-18 Julien Fortinaddons: vrf: enable ipv6 on vrf slaves when moved from...
2019-09-18 Julien FortinLinkUtils: convert ip addrs to string before comparing...
2019-09-18 Julien Fortinifupdownmain: ifquery check read_iface_config errors
2019-09-03 Alexandre Derumieradd arp-accept option.
2019-07-30 Sven AuhagenThis commit adds the feature to change offloads for...
2019-07-24 Julien Fortinsetup.py: bumping version from 1.2.5 to 1.2.9
2019-07-12 Julien Fortindebian: changelog: add empty 1.2.9-1 entry for next...
2019-07-12 Julien Fortindebian: changelog: add new changelog entry 1.2.8-1
2019-07-12 Julien Fortinaddons: dhcp: PEP8 fixes
2019-07-12 Julien FortinMerge pull request #116 from rajendra-dendukuri/dhcp6_duid
2019-07-11 Rajendra Dendukuriaddons: dhcp: Policy to specify DUID type to use on...
2019-07-09 Julien Fortindebian: changelog: add new 1.2.7-1 entry
2019-07-09 Maximilian... Add bridge-ports-condone-regex option (closes #117)
2019-07-06 Rajendra Dendukuriaddons: dhcp: Policy to specify DUID type to use on...
2019-06-24 Julien Fortindebian: changelog: updating 1.2.6-1 entry
2019-06-24 Julien Fortinaddons: addressvirtual: keep macvlan down if link-down...
2019-06-12 Julien Fortinaddons: when comparing mac addresses use integer repres...
2019-06-11 Julien FortinMerge pull request #108 from rajendra-dendukuri/ll_wait...
2019-06-11 Rajendra Dendukuriaddons: dhcp: Policy to wait for IPv6 link local addres...
2019-06-06 Julien FortinMerge pull request #111 from svenauhagen/feature/xfrm
2019-06-06 Sven Auhagenaddons conf
2019-06-06 Sven Auhagenxfrm id
next